Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / src / database / include / table-restrictions.h
old mode 100644 (file)
new mode 100755 (executable)
index e9d46bf..4f4528a
@@ -25,13 +25,13 @@ typedef struct {
        stc_iface_type_e iftype;
        stc_rstn_type_e rstn_type;
        stc_roaming_type_e roaming;
-       int64_t data_limit;
-       int64_t data_warn_limit;
-       int64_t monthly_limit;
-       int64_t weekly_limit;
-       int64_t daily_limit;
+       long long int data_limit;
+       long long int data_warn_limit;
+       long long int monthly_limit;
+       long long int weekly_limit;
+       long long int daily_limit;
        int month_start_date;
-       uint64_t restriction_id;
+       long long int restriction_id;
 } table_restrictions_info;
 
 typedef stc_cb_ret_e