[asterisk-commits] russell: branch russell/chan_refcount r95023 - /team/russell/chan_refcount/in...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 27 15:28:24 CST 2007
Author: russell
Date: Thu Dec 27 15:28:23 2007
New Revision: 95023
URL: http://svn.digium.com/view/asterisk?view=rev&rev=95023
Log:
Leave a note to myself to write a doxygen page on channel locking and reference
tracking.
Modified:
team/russell/chan_refcount/include/asterisk/channel.h
Modified: team/russell/chan_refcount/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/include/asterisk/channel.h?view=diff&rev=95023&r1=95022&r2=95023
==============================================================================
--- team/russell/chan_refcount/include/asterisk/channel.h (original)
+++ team/russell/chan_refcount/include/asterisk/channel.h Thu Dec 27 15:28:23 2007
@@ -119,6 +119,12 @@
Asterisk File descriptors are connected to each channel (see \ref Def_Channel)
in the \ref ast_channel structure.
*/
+
+/*!
+ * \page AstChannel ast_channel locking and reference tracking
+ *
+ * XXX /todo Write this.
+ */
#ifndef _ASTERISK_CHANNEL_H
#define _ASTERISK_CHANNEL_H
More information about the asterisk-commits
mailing list