[asterisk-commits] twilson: branch 1.6.2 r252178 - /branches/1.6.2/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 12 18:32:19 CST 2010
Author: twilson
Date: Fri Mar 12 18:32:16 2010
New Revision: 252178
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252178
Log:
Remove unusued field
Modified:
branches/1.6.2/main/rtp.c
Modified: branches/1.6.2/main/rtp.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/rtp.c?view=diff&rev=252178&r1=252177&r2=252178
==============================================================================
--- branches/1.6.2/main/rtp.c (original)
+++ branches/1.6.2/main/rtp.c Fri Mar 12 18:32:16 2010
@@ -175,7 +175,6 @@
struct sockaddr_in strict_rtp_address; /*!< Remote address information for strict RTP purposes */
int set_marker_bit:1; /*!< Whether to set the marker bit or not */
- unsigned int constantssrc:1;
struct rtp_red *red;
};
More information about the asterisk-commits
mailing list