Merge "bridging: Add creation timestamps" into 16

This commit is contained in:
Friendly Automation
2019-03-08 11:08:09 -06:00
committed by Gerrit Code Review
7 changed files with 48 additions and 5 deletions

View File

@@ -358,6 +358,8 @@ struct ast_bridge {
/*! Type mapping used for media routing */
struct ast_vector_int media_types;
/*! The time of bridge creation */
struct timeval creationtime;
};
/*! \brief Bridge base class virtual method table. */

View File

@@ -62,6 +62,8 @@ struct ast_bridge_snapshot {
unsigned int num_active;
/*! The video mode of the bridge */
enum ast_bridge_video_mode_type video_mode;
/*! The time of bridge creation */
struct timeval creationtime;
};
/*!