Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / src / helper / helper-nfacct-rule.h
old mode 100644 (file)
new mode 100755 (executable)
index 4506f0e..97c9b5e
@@ -117,12 +117,12 @@ struct nfacct_rule {
 
        struct counter_arg *carg;
        stc_error_e(*iptables_rule)(struct nfacct_rule *counter);
-       int64_t quota;
+       long long int quota;
        int quota_id;
        stc_roaming_type_e roaming;
 
-       int64_t send_limit;
-       int64_t rcv_limit;
+       long long int send_limit;
+       long long int rcv_limit;
 };
 
 typedef struct nfacct_rule nfacct_rule_s;