[asterisk-commits] twilson: branch 1.6.1 r252177 - /branches/1.6.1/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 12 18:31:28 CST 2010
Author: twilson
Date: Fri Mar 12 18:31:25 2010
New Revision: 252177
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252177
Log:
Remove unusued field
Modified:
branches/1.6.1/main/rtp.c
Modified: branches/1.6.1/main/rtp.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/main/rtp.c?view=diff&rev=252177&r1=252176&r2=252177
==============================================================================
--- branches/1.6.1/main/rtp.c (original)
+++ branches/1.6.1/main/rtp.c Fri Mar 12 18:31:25 2010
@@ -181,7 +181,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