Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / include / stc-restriction.h
index 9f5560a..fe25ea2 100755 (executable)
 typedef struct {
        stc_app_state_e rs_type;
        stc_iface_type_e iftype;
-       int64_t send_limit;
-       int64_t rcv_limit;
-       int64_t snd_warning_limit;
-       int64_t rcv_warning_limit;
+       long long int send_limit;
+       long long int rcv_limit;
+       long long int snd_warning_limit;
+       long long int rcv_warning_limit;
        stc_roaming_type_e roaming;
        char *ifname;
        char *subscriber_id;