[svn-commits] mmichelson: branch group/CCSS r227492 - /team/group/CCSS/main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 16:52:02 CST 2009


Author: mmichelson
Date: Tue Nov  3 16:51:59 2009
New Revision: 227492

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

This was originally meant to signal if a core had been
created for the particular call. However, what is in place
now is to simply search for a specific core and if it does
not exist, create a new one.


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

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=227492&r1=227491&r2=227492
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Tue Nov  3 16:51:59 2009
@@ -1290,14 +1290,6 @@
 	 * should be adding any new interface information to tree.
 	 */
 	char ignore;
-	/*!
-	 * When we process a CC control frame, we will create a new instance
-	 * of the CC core for the call. However, we only need to do this on 
-	 * the first CC control frame received. We set the core_created to be
-	 * non-zero so that we don't try to allocate multiple instances of the
-	 * core for a single call.
-	 */
-	char core_created;
 	/*!
 	 * When it comes time to offer CC to the caller, we only want to offer
 	 * it to the original incoming channel. For nested Dials and outbound




More information about the svn-commits mailing list