Add initial source codes for gtest
[platform/core/connectivity/stc-manager.git] / src / database / include / table-statistics.h
index ec88f5a..284fb48 100755 (executable)
@@ -30,16 +30,13 @@ typedef struct {
 } table_statistics_info;
 
 typedef struct {
-       unsigned char version;
        char *app_id;
        char *subscriber_id;
        stc_iface_type_e iftype;
        stc_db_tm_interval_s *interval;
-       stc_db_connection_period_type connection_state;
 } table_statistics_reset_rule;
 
 typedef struct {
-       unsigned char version;
        time_t from;
        time_t to;
        stc_iface_type_e iftype;