From: Russell Bryant Date: Tue, 31 Jan 2006 00:24:34 +0000 (+0000) Subject: add a note to hopefully decrease the chance that someone forgets to increment X-Git-Tag: 1.4.0-beta1~2750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5b5aa099345c9dff6ba512cca30cafae0d88f6;p=thirdparty%2Fasterisk.git add a note to hopefully decrease the chance that someone forgets to increment .cleancount after changing the ast_channel structure git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8949 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index f07265fa48..c31afe0716 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 */