[asterisk-commits] file: branch file/7567 r115702 - /team/file/7567/channels/iax2-parser.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 12 10:29:57 CDT 2008


Author: file
Date: Mon May 12 10:29:56 2008
New Revision: 115702

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115702
Log:
Bit bit bit!

Modified:
    team/file/7567/channels/iax2-parser.h

Modified: team/file/7567/channels/iax2-parser.h
URL: http://svn.digium.com/view/asterisk/team/file/7567/channels/iax2-parser.h?view=diff&rev=115702&r1=115701&r2=115702
==============================================================================
--- team/file/7567/channels/iax2-parser.h (original)
+++ team/file/7567/channels/iax2-parser.h Mon May 12 10:29:56 2008
@@ -110,7 +110,7 @@
 	/* Non-zero if should be sent to transfer peer */
 	unsigned int transfer:1;
 	/* Non-zero if should be sent to media peer */
-	int media;
+	unsigned int media:1;
 	/* Non-zero if this is the final message */
 	unsigned int final:1;
 	/* Ingress or outgres */




More information about the asterisk-commits mailing list