[asterisk-commits] file: branch file/bridging r79043 - /team/file/bridging/include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 10 11:51:08 CDT 2007


Author: file
Date: Fri Aug 10 11:51:08 2007
New Revision: 79043

URL: http://svn.digium.com/view/asterisk?view=rev&rev=79043
Log:
Drop additional file descriptors from bridged channel structure.

Modified:
    team/file/bridging/include/asterisk/bridging.h

Modified: team/file/bridging/include/asterisk/bridging.h
URL: http://svn.digium.com/view/asterisk/team/file/bridging/include/asterisk/bridging.h?view=diff&rev=79043&r1=79042&r2=79043
==============================================================================
--- team/file/bridging/include/asterisk/bridging.h (original)
+++ team/file/bridging/include/asterisk/bridging.h Fri Aug 10 11:51:08 2007
@@ -86,7 +86,6 @@
 	ast_cond_t cond;                         /*! Condition, used if we want to wake up a thread waiting on the bridged channel */
 	void *bridge_pvt;                        /*! Private information unique to the bridge technology (not always needed) */
 	pthread_t thread;                        /*! Thread handling the bridged channel */
-	int fds[4];                              /*! Additional file descriptors to watch */
 	int suspended:1;                         /*! Is this bridged channel suspended from the bridge or not? */
 	AST_LIST_ENTRY(ast_bridge_channel) list; /*! Linked list information */
 };




More information about the asterisk-commits mailing list