From fa5b5aa099345c9dff6ba512cca30cafae0d88f6 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 31 Jan 2006 00:24:34 +0000 Subject: [PATCH] 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 --- include/asterisk/channel.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.47.2