summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis_bridging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/stasis_bridging.h')
-rw-r--r--include/asterisk/stasis_bridging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/stasis_bridging.h b/include/asterisk/stasis_bridging.h
index 42cb73ba0..a9366e73d 100644
--- a/include/asterisk/stasis_bridging.h
+++ b/include/asterisk/stasis_bridging.h
@@ -45,6 +45,8 @@ struct ast_bridge_snapshot {
struct ao2_container *channels;
/*! Bridge flags to tweak behavior */
struct ast_flags feature_flags;
+ /*! Bridge capabilities */
+ uint32_t capabilities;
/*! Number of channels participating in the bridge */
unsigned int num_channels;
/*! Number of active channels in the bridge. */