Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / plugin / monitor / include / stc-plugin-monitor-rstn.h
index 0c690c7..41b1e80 100755 (executable)
@@ -55,12 +55,12 @@ typedef struct {
        stc_roaming_type_e roaming;
        char *mac;
 
-       uint64_t restriction_id;
+       long long int restriction_id;
        stc_rstn_state_e rstn_state;
        stc_rstn_type_e rstn_type;
 
-       int64_t counter[STC_RSTN_LIMIT_TYPE_MAX];
-       int64_t limit[STC_RSTN_LIMIT_TYPE_MAX];
+       long long int counter[STC_RSTN_LIMIT_TYPE_MAX];
+       long long int limit[STC_RSTN_LIMIT_TYPE_MAX];
        int32_t limit_exceeded;
        int32_t limit_notified;
 
@@ -76,9 +76,9 @@ typedef struct {
        time_t month_start_ts;
        time_t week_start_ts;
        time_t day_start_ts;
-       int64_t monthly_stat;
-       int64_t weekly_stat;
-       int64_t daily_stat;
+       long long int monthly_stat;
+       long long int weekly_stat;
+       long long int daily_stat;
 } stc_rstn_cumulative_data_s;