[svn-commits] russell: branch group/newcdr r202677 - /team/group/newcdr/main/cel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 23 12:15:56 CDT 2009


Author: russell
Date: Tue Jun 23 12:15:52 2009
New Revision: 202677

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202677
Log:
add some todos

Modified:
    team/group/newcdr/main/cel.c

Modified: team/group/newcdr/main/cel.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/main/cel.c?view=diff&rev=202677&r1=202676&r2=202677
==============================================================================
--- team/group/newcdr/main/cel.c (original)
+++ team/group/newcdr/main/cel.c Tue Jun 23 12:15:52 2009
@@ -464,6 +464,10 @@
 	return tchan;
 }
 
+/*!
+ * \todo Review channel locking requirements
+ * \todo Document this API call
+ */
 void ast_cel_report_event(const struct ast_channel *chan,
 		enum ast_cel_event_type event_type, char *userdefevname,
 		const char *extra, const struct ast_channel *peer2)




More information about the svn-commits mailing list