Fixed 64 bit type format
[platform/core/connectivity/stc-manager.git] / include / stc-manager.h
index 0b930eb..82d8747 100755 (executable)
@@ -230,8 +230,8 @@ typedef struct {
  * @brief datausage in bytes
  */
 typedef struct {
-       int64_t in_bytes;  /**< incoming bytes */
-       int64_t out_bytes;  /**< outgoing bytes */
+       long long int in_bytes;  /**< incoming bytes */
+       long long int out_bytes;  /**< outgoing bytes */
 } stc_data_counter_s;
 
 typedef struct {