mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user