summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 8f5464569..f4038a2a8 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -738,6 +738,7 @@ struct ast_bridge_config {
struct ast_flags features_callee;
struct timeval start_time;
struct timeval nexteventts;
+ struct timeval feature_start_time;
long feature_timer;
long timelimit;
long play_warning;
@@ -745,7 +746,6 @@ struct ast_bridge_config {
const char *warning_sound;
const char *end_sound;
const char *start_sound;
- int firstpass;
unsigned int flags;
void (* end_bridge_callback)(void *); /*!< A callback that is called after a bridge attempt */
void *end_bridge_callback_data; /*!< Data passed to the callback */