summaryrefslogtreecommitdiff
path: root/include/asterisk/monitor.h
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-07-10 15:07:25 +0000
committerJason Parker <jparker@digium.com>2007-07-10 15:07:25 +0000
commit76e2e39f77606f4bbc82994cc715cc249f421fc5 (patch)
tree754d9e2c408680bac409a7e1b6e47bb3f661d848 /include/asterisk/monitor.h
parent14580951919ebb0aad1a4fb257657870260c6042 (diff)
Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/monitor.h')
-rw-r--r--include/asterisk/monitor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asterisk/monitor.h b/include/asterisk/monitor.h
index cefb89180..7f32b6994 100644
--- a/include/asterisk/monitor.h
+++ b/include/asterisk/monitor.h
@@ -30,6 +30,11 @@ enum AST_MONITORING_STATE {
AST_MONITOR_PAUSED
};
+/* Streams recording control */
+#define X_REC_IN 1
+#define X_REC_OUT 2
+#define X_JOIN 4
+
/*! Responsible for channel monitoring data */
struct ast_channel_monitor {
struct ast_filestream *read_stream;