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:
Matt O'Gorman
2006-04-03 19:42:26 +00:00
parent a096fbd87d
commit 3112b3b49f
2 changed files with 7 additions and 7 deletions

View File

@@ -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: