summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/bridge.h')
-rw-r--r--include/asterisk/bridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h
index 5f22d37ef..3bcb1131a 100644
--- a/include/asterisk/bridge.h
+++ b/include/asterisk/bridge.h
@@ -295,6 +295,8 @@ struct ast_bridge {
unsigned int num_channels;
/*! Number of active channels in the bridge. */
unsigned int num_active;
+ /*! Number of channels with AST_BRIDGE_CHANNEL_FLAG_LONELY in the bridge. */
+ unsigned int num_lonely;
/*!
* \brief Count of the active temporary requests to inhibit bridge merges.
* Zero if merges are allowed.