[svn-commits] mmichelson: branch group/CCSS r224600 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 19 15:25:09 CDT 2009


Author: mmichelson
Date: Mon Oct 19 15:25:05 2009
New Revision: 224600

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224600
Log:
One more XXX comment.

I'm going to run a couple of tests to be sure that all this rearranging didn't
cause any tangential problems. Afterwards, I'm going to put this up on reviewboard
so that the code can be looked at by some others.


Modified:
    team/group/CCSS/include/asterisk/ccss.h

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=224600&r1=224599&r2=224600
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Mon Oct 19 15:25:05 2009
@@ -414,6 +414,10 @@
  * The parent and child pointers are ao2 objects. This way, when a 
  * monitor has no more links pointing to it, it will be automatically 
  * destroyed.
+ *
+ * XXX I really think work should be done to make this structure not be
+ * public. However, it is necessary given the way that the request_cc
+ * monitor callback is currently handled.
  */
 struct ast_cc_monitor_link {
 	/* The parent monitor (always an extension monitor) */




More information about the svn-commits mailing list