From: Anthony Minessale Date: Thu, 10 Sep 2009 18:26:50 +0000 (+0000) Subject: build isue X-Git-Tag: v1.0.6~1921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a876be973db809480c04450837e8144c5e0243de;p=thirdparty%2Ffreeswitch.git build isue git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14807 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index e8a00028d2..0e32c1e5ff 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -213,8 +213,8 @@ struct switch_rtp { uint32_t cng_count; switch_rtp_bug_flag_t rtp_bugs; switch_rtp_stats_t stats; - int hot_hits; - int sync_packets; + uint32_t hot_hits; + uint32_t sync_packets; #ifdef ENABLE_ZRTP zrtp_session_t *zrtp_session;