[asterisk-commits] mmichelson: branch group/CCSS r223325 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 9 15:31:51 CDT 2009
Author: mmichelson
Date: Fri Oct 9 15:31:48 2009
New Revision: 223325
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=223325
Log:
Add comment to cc_core_instance structure definition
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=223325&r1=223324&r2=223325
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Oct 9 15:31:48 2009
@@ -76,6 +76,9 @@
struct ast_cc_agent *agent;
/*!
* Reference to the root of the monitor tree
+ *
+ * This pointer's nullity is a way of testing
+ * whether CC has been requested yet.
*/
struct ast_cc_monitor *monitor;
};
More information about the asterisk-commits
mailing list