From 44e72c9d44c37a29dda73abc7bdca1cb34252555 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 12 Dec 2016 18:38:42 -0600 Subject: MESSAGE: Flush Message/ast_msg_queue channel alert pipe. ASTERISK-25083 Change-Id: Id54baa57a8dbca84e29f28bcd2ffc0a5ac12d8b2 --- include/asterisk/channel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk/channel.h') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 6f220271a..1b7246b98 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -4229,6 +4229,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); -- cgit v1.2.3