aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-31 00:24:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-31 00:24:34 +0000
commit4c6278f6b72f9052c2391ccc5e72c8b390e0b123 (patch)
treea9e7e99216ce125f775518549f7fb60a595156dc
parente2ef29e5c0ba14ba8a6e3ed641c28704d5768d1b (diff)
add a note to hopefully decrease the chance that someone forgets to increment
.cleancount after changing the ast_channel structure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8949 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index f07265fa4..c31afe071 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -261,6 +261,9 @@ struct ast_channel_spy_list;
/*! 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 */