summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis_bridges.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-04-18 17:43:02 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-18 17:43:02 -0500
commit6ccf08c54382798609273e65fd67c2d16d6ecdcf (patch)
tree4a437ff24ade973704f5b55ee8ee51fed18f374d /include/asterisk/stasis_bridges.h
parent7b59cfc777c6efa72aa514db7d405e6ec741d7c5 (diff)
parentd50d63776454fae7ed0d888ea355e746f50b68f3 (diff)
Merge "stringfields: Collect extended stringfields into the stringfield section."
Diffstat (limited to 'include/asterisk/stasis_bridges.h')
-rw-r--r--include/asterisk/stasis_bridges.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/stasis_bridges.h b/include/asterisk/stasis_bridges.h
index 05d356cc2..a455a5b02 100644
--- a/include/asterisk/stasis_bridges.h
+++ b/include/asterisk/stasis_bridges.h
@@ -46,6 +46,8 @@ struct ast_bridge_snapshot {
AST_STRING_FIELD(creator);
/*! Name given to the bridge by its creator */
AST_STRING_FIELD(name);
+ /*! Unique ID of the channel providing video, if one exists */
+ AST_STRING_FIELD(video_source_id);
);
/*! AO2 container of bare channel uniqueid strings participating in the bridge.
* Allocated from ast_str_container_alloc() */
@@ -60,8 +62,6 @@ struct ast_bridge_snapshot {
unsigned int num_active;
/*! The video mode of the bridge */
enum ast_bridge_video_mode_type video_mode;
- /*! Unique ID of the channel providing video, if one exists */
- AST_STRING_FIELD_EXTENDED(video_source_id);
};
/*!