Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / src / database / include / table-statistics.h
old mode 100644 (file)
new mode 100755 (executable)
index 62a5ef6..284fb48
@@ -20,7 +20,7 @@
 typedef struct {
        char *app_id;
        char *ifname;
-       char *imsi;
+       char *subscriber_id;
        stc_iface_type_e iftype;
        stc_db_tm_interval_s *interval;
        stc_data_counter_s cnt;
@@ -30,16 +30,13 @@ typedef struct {
 } table_statistics_info;
 
 typedef struct {
-       unsigned char version;
        char *app_id;
-       char *imsi;
+       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;