Scorum
base_bucket_object.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <fc/reflect/reflect.hpp>
4 #include <fc/time.hpp>
5 
6 namespace scorum {
7 namespace common_statistics {
8 
9 struct by_bucket;
10 
12 {
13  fc::time_point_sec open;
14  uint32_t seconds = 0;
15 };
16 }
17 }
18 
FC_REFLECT(appender_args,(appender)(stream)) FC_REFLECT_DERIVED(file_appender_args
Definition: asset.cpp:15
uint32_t seconds
Seconds accounted for in the bucket.
fc::time_point_sec open
Open time of the bucket.