aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/chanspy.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 21:34:38 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 21:34:38 +0000
commit6088f66ae9ea7e08783832b3595f0e02fa20d5d6 (patch)
tree0fe288da88b3a4bd777682fe5a64abdbff60713f /include/asterisk/chanspy.h
parentba80e03980b55e8fb816fe0dc30b4cd15be2381e (diff)
Greatly simply the mixmonitor thread, and move channel reference directly to spy structure so that the core can modify it.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33724 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/chanspy.h')
-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;