[asterisk-commits] russell: branch 1.2 r115511 - in /branches/1.2: channels/ include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 7 11:22:50 CDT 2008


Author: russell
Date: Wed May  7 11:22:49 2008
New Revision: 115511

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115511
Log:
Remove remnants of dlinkedlists.  I didn't actually use them in the final version
of my IAX2 improvements.

Removed:
    branches/1.2/include/asterisk/dlinkedlists.h
Modified:
    branches/1.2/channels/chan_iax2.c

Modified: branches/1.2/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_iax2.c?view=diff&rev=115511&r1=115510&r2=115511
==============================================================================
--- branches/1.2/channels/chan_iax2.c (original)
+++ branches/1.2/channels/chan_iax2.c Wed May  7 11:22:49 2008
@@ -89,7 +89,6 @@
 #include "asterisk/dnsmgr.h"
 #include "asterisk/devicestate.h"
 #include "asterisk/netsock.h"
-#include "asterisk/dlinkedlists.h"
 #include "asterisk/astobj2.h"
 
 #include "iax2.h"
@@ -613,8 +612,6 @@
 	int frames_dropped;
 	/*! received frame count: (just for stats) */
 	int frames_received;
-
-	AST_DLLIST_ENTRY(chan_iax2_pvt) entry;
 };
 
 static struct ast_iax2_queue {




More information about the asterisk-commits mailing list