aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
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 aea8f4d8c..8a20d3b91 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -505,6 +505,7 @@ struct ast_channel {
int epfd;
struct ast_epoll_data *epfd_data[AST_MAX_FDS];
#endif
+ int visible_indication; /*!< Indication currently playing on the channel */
};
/*! \brief ast_channel_tech Properties */