summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-04-03 19:42:26 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-04-03 19:42:26 +0000
commit3112b3b49f65895d4541ecb54bbb3b1f2ed3953a (patch)
tree784383339f0f0da8f543c1883dff100651491eaf /include/asterisk/channel.h
parenta096fbd87df8dbd8c78adb5be94a6e1e9d175e1e (diff)
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
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 9fcc4b133..44f70aa1e 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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: