Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Remove obsolete struct ast_channel note.
Browse files Browse the repository at this point in the history
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.


git-svn-id: http://svn.asterisk.org/svn/asterisk/trunk@369489 f38db490-d61c-443f-a65b-d21fe96a405b
  • Loading branch information
rmudgett9125 committed Jun 29, 2012
1 parent 0c7a7f7 commit 2a75fa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .cleancount
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
39


40
3 changes: 0 additions & 3 deletions main/channel_internal_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/*!
* \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
* having to add padding to align fields. The structure's fields are sorted
Expand Down

0 comments on commit 2a75fa4

Please sign in to comment.