1 #ifndef STG_COMP_STAT_H
2 #define STG_COMP_STAT_H
13 #include <sys/inttypes.h>
16 #include "stg_const.h"
17 //-----------------------------------------------------------------------------
23 memset(upload, 0, sizeof(uint64_t) * DIR_NUM);
24 memset(download, 0, sizeof(uint64_t) * DIR_NUM);
25 memset(cash, 0, sizeof(double) * DIR_NUM);
29 uint64_t upload[DIR_NUM];
30 uint64_t download[DIR_NUM];
33 //-----------------------------------------------------------------------------
39 //-----------------------------------------------------------------------------
41 #endif //STG_COMP_STAT_H