X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fstc-manager.h;h=82d8747157710ccb7ee425c1a8bb3b772cdd545b;hb=64fb306678517e3968a1ef50c4041a993959aeee;hp=0b930ebb90f90bcca751a46cb96b7f210772d98e;hpb=f275de2b3f112d9cdbdbed81d6193916982b22b9;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/include/stc-manager.h b/include/stc-manager.h index 0b930eb..82d8747 100755 --- a/include/stc-manager.h +++ b/include/stc-manager.h @@ -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 {