aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 22:04:00 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 22:04:00 +0000
commit3b703e12328b92e219288fea099c896936b31558 (patch)
treebaa500a3938e628b67b3c6d8b19cf0c0d7c3a0dc /include
parent9a6f2d2cd2b00923322dada745f40881dad7a04d (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@33750 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/chanspy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/chanspy.h b/include/asterisk/chanspy.h
index 5b2f5df18..dcdceccf7 100644
--- a/include/asterisk/chanspy.h
+++ b/include/asterisk/chanspy.h
@@ -58,6 +58,7 @@ struct ast_channel_spy {
AST_LIST_ENTRY(ast_channel_spy) list;
ast_mutex_t lock;
ast_cond_t trigger;
+ struct ast_channel *chan;
struct ast_channel_spy_queue read_queue;
struct ast_channel_spy_queue write_queue;
unsigned int flags;