[asterisk-commits] trunk r8949 - /trunk/include/asterisk/channel.h
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Jan 31 14:21:04 MST 2006
Author: russell
Date: Mon Jan 30 18:24:34 2006
New Revision: 8949
URL: http://svn.digium.com/view/asterisk?rev=8949&view=rev
Log:
add a note to hopefully decrease the chance that someone forgets to increment
.cleancount after changing the ast_channel structure
Modified:
trunk/include/asterisk/channel.h
Modified: trunk/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/channel.h?rev=8949&r1=8948&r2=8949&view=diff
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Mon Jan 30 18:24:34 2006
@@ -261,6 +261,9 @@
/*! Main Channel structure associated with a channel.
* This is the side of it mostly used by the pbx and call management.
+ *
+ * \note XXX It is important to remember to increment .cleancount each time
+ * this structure is changed. XXX
*/
struct ast_channel {
/*! ASCII unique channel name */
More information about the asterisk-commits
mailing list