X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdatabase%2Finclude%2Ftable-restrictions.h;h=4f4528a3a3ac45a27110f7e7e991b09a3e78f982;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20181211.125217;hp=e9d46bfb522e2742a0e6c9c51af60ba991b991fd;hpb=f275de2b3f112d9cdbdbed81d6193916982b22b9;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/src/database/include/table-restrictions.h b/src/database/include/table-restrictions.h old mode 100644 new mode 100755 index e9d46bf..4f4528a --- a/src/database/include/table-restrictions.h +++ b/src/database/include/table-restrictions.h @@ -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