summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2016-12-12 18:38:42 -0600
committerRichard Mudgett <rmudgett@digium.com>2016-12-14 11:37:17 -0600
commitc324e17d498628c2443afbe999691899cf3f3d64 (patch)
tree8e90f1b46e37787c4989ebc297a9c0dd30e95553 /include/asterisk/channel.h
parentf4551951ba7715b2cdc67dc751f3864f270ac278 (diff)
MESSAGE: Flush Message/ast_msg_queue channel alert pipe.
ASTERISK-25083 Change-Id: Id54baa57a8dbca84e29f28bcd2ffc0a5ac12d8b2
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 1637371c3..2f473ab15 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4219,6 +4219,7 @@ typedef enum {
} ast_alert_status_t;
int ast_channel_alert_write(struct ast_channel *chan);
int ast_channel_alert_writable(struct ast_channel *chan);
+ast_alert_status_t ast_channel_internal_alert_flush(struct ast_channel *chan);
ast_alert_status_t ast_channel_internal_alert_read(struct ast_channel *chan);
int ast_channel_internal_alert_readable(struct ast_channel *chan);
void ast_channel_internal_alertpipe_clear(struct ast_channel *chan);