mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
list word cant be used with g++ and causes problems
with h323. patch from bug 6446, renames list to chan_list git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -424,7 +424,7 @@ struct ast_channel {
|
||||
struct ast_channel_spy_list *spies;
|
||||
|
||||
/*! For easy linking */
|
||||
AST_LIST_ENTRY(ast_channel) list;
|
||||
AST_LIST_ENTRY(ast_channel) chan_list;
|
||||
};
|
||||
|
||||
/* \defgroup chanprop Channel tech properties:
|
||||
|
Reference in New Issue
Block a user