Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / src / database / include / stc-db.h
old mode 100644 (file)
new mode 100755 (executable)
index 13ae916..c15d3fa
@@ -48,8 +48,8 @@ typedef struct {
  */
 typedef struct {
        char *app_id;
-       int64_t rcv_count;
-       int64_t snd_count;
+       long long int rcv_count;
+       long long int snd_count;
 
 #ifndef CONFIG_DATAUSAGE_NFACCT
        pid_t pid;