aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 19:42:26 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 19:42:26 +0000
commitc4347071e82881b1e4bb2aa3eb98cf537286b17a (patch)
tree784383339f0f0da8f543c1883dff100651491eaf /include/asterisk/channel.h
parentedfa5cf57f89b361bc13c24d0295911773a3c16e (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: http://svn.digium.com/svn/asterisk/trunk@17130 f38db490-d61c-443f-a65b-d21fe96a405b
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: