X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdatabase%2Finclude%2Ftable-statistics.h;h=284fb48d06b80695629f2d05c834017e8e45e114;hb=64fb306678517e3968a1ef50c4041a993959aeee;hp=62a5ef67debc491a4b90f2b5bb6fc0c280240bbb;hpb=006d9d618412b49068c6aa4c2fc3833e32edc30a;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/src/database/include/table-statistics.h b/src/database/include/table-statistics.h old mode 100644 new mode 100755 index 62a5ef6..284fb48 --- a/src/database/include/table-statistics.h +++ b/src/database/include/table-statistics.h @@ -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;