convert ast_channel list to use linked list macros (issue #6338)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-01-24 20:20:05 +00:00
parent 1a2b5c7822
commit a7b05ea51c
2 changed files with 41 additions and 59 deletions

View File

@@ -411,7 +411,7 @@ struct ast_channel {
struct ast_channel_spy_list *spies;
/*! For easy linking */
struct ast_channel *next;
AST_LIST_ENTRY(ast_channel) list;
};
/* \defgroup chanprop Channel tech properties: