[asterisk-commits] mmichelson: branch group/CCSS_Monitor_Restructure r241363 - /team/group/CCSS_...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 19 16:38:44 CST 2010


Author: mmichelson
Date: Tue Jan 19 16:38:41 2010
New Revision: 241363

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=241363
Log:
Remove field I ended up not needing.


Modified:
    team/group/CCSS_Monitor_Restructure/main/ccss.c

Modified: team/group/CCSS_Monitor_Restructure/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS_Monitor_Restructure/main/ccss.c?view=diff&rev=241363&r1=241362&r2=241363
==============================================================================
--- team/group/CCSS_Monitor_Restructure/main/ccss.c (original)
+++ team/group/CCSS_Monitor_Restructure/main/ccss.c Tue Jan 19 16:38:41 2010
@@ -1264,12 +1264,6 @@
 	 * The ID of the available timer used by the current monitor
 	 */
 	int available_timer_id;
-	/*!
-	 * Boolean to indicate that we have requested CC on this interface.
-	 * This prevents us from attempting to request CC on an interface more
-	 * than once.
-	 */
-	int cc_requested;
 	/*!
 	 * Monitor callbacks
 	 */




More information about the asterisk-commits mailing list