[svn-commits] twilson: branch 1.6.0 r252176 - /branches/1.6.0/main/rtp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 12 18:30:54 CST 2010


Author: twilson
Date: Fri Mar 12 18:30:51 2010
New Revision: 252176

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252176
Log:
Remove unused field

Modified:
    branches/1.6.0/main/rtp.c

Modified: branches/1.6.0/main/rtp.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/main/rtp.c?view=diff&rev=252176&r1=252175&r2=252176
==============================================================================
--- branches/1.6.0/main/rtp.c (original)
+++ branches/1.6.0/main/rtp.c Fri Mar 12 18:30:51 2010
@@ -179,7 +179,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;
 };
 
 /* Forward declarations */




More information about the svn-commits mailing list