summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index f53b39e89..de2099288 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -370,6 +370,8 @@ struct ast_channel {
struct ast_bridge_config {
struct ast_flags features_caller;
struct ast_flags features_callee;
+ struct timeval start_time;
+ long feature_timer;
long timelimit;
long play_warning;
long warning_freq;