[asterisk-commits] rmudgett: trunk r369489 - in /trunk: .cleancount main/channel_internal_api.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 29 11:42:34 CDT 2012
Author: rmudgett
Date: Fri Jun 29 11:42:32 2012
New Revision: 369489
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369489
Log:
Remove obsolete struct ast_channel note.
The opaquing the ast_channel struct no longer requires .cleancount to be
changed when the struct is changed.
* Bump .cleancount value one last time because of struct ast_channel for
old times sake.
Modified:
trunk/.cleancount
trunk/main/channel_internal_api.c
Modified: trunk/.cleancount
URL: http://svnview.digium.com/svn/asterisk/trunk/.cleancount?view=diff&rev=369489&r1=369488&r2=369489
==============================================================================
--- trunk/.cleancount (original)
+++ trunk/.cleancount Fri Jun 29 11:42:32 2012
@@ -1,3 +1,1 @@
-39
-
-
+40
Modified: trunk/main/channel_internal_api.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/channel_internal_api.c?view=diff&rev=369489&r1=369488&r2=369489
==============================================================================
--- trunk/main/channel_internal_api.c (original)
+++ trunk/main/channel_internal_api.c Fri Jun 29 11:42:32 2012
@@ -46,9 +46,6 @@
/*!
* \brief Main Channel structure associated with a channel.
- *
- * \note XXX It is important to remember to increment .cleancount each time
- * this structure is changed. XXX
*
* \note When adding fields to this structure, it is important to add the field
* 'in position' with like-aligned fields, so as to keep the compiler from
More information about the asterisk-commits
mailing list