X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdatabase%2Ftables%2Ftable-statistics.c;h=7670e281b5564584819ec71883a3c97214dbb7dd;hb=64fb306678517e3968a1ef50c4041a993959aeee;hp=ffb4b97fca63e3042342f6602cd033fa87f20420;hpb=f8e88a87a33763dbd5a58a29f8876b7254e6864d;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/src/database/tables/table-statistics.c b/src/database/tables/table-statistics.c index ffb4b97..7670e28 100755 --- a/src/database/tables/table-statistics.c +++ b/src/database/tables/table-statistics.c @@ -585,8 +585,8 @@ API stc_error_e table_statistics_insert(stc_db_classid_iftype_key *stat_key, stc_error_e error_code = STC_ERROR_NONE; sqlite3_stmt *stmt = update_statistics_query; stc_hw_net_protocol_type_e hw_net_protocol_type = STC_PROTOCOL_UNKNOWN; - int64_t rcv; - int64_t snd; + long long int rcv; + long long int snd; if (!stat->rcv_count && !stat->snd_count) { error_code = STC_ERROR_INVALID_PARAMETER;