commit | 166b45db26946f65f6ca264b0e76a5ab9056d423 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon May 13 11:57:42 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 13 10:41:40 2019 +0000 |
tree | 79839b0f0cbabd03ba5e1bca5819fc2d94d2df41 | |
parent | d28796209b75a2c28a1afcf4475340cdd4a6baf6 [diff] [blame] |
Adds route changes in event logs. Bug: webrtc:10614 Change-Id: Ifd859c977fc66cb606914ddb38a3fb3618e3ad90 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135952 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27924}
diff --git a/call/rtp_transport_controller_send.h b/call/rtp_transport_controller_send.h index 78617af..71608fe 100644 --- a/call/rtp_transport_controller_send.h +++ b/call/rtp_transport_controller_send.h
@@ -129,6 +129,7 @@ void UpdateControlState() RTC_RUN_ON(task_queue_); Clock* const clock_; + RtcEventLog* const event_log_; const FieldTrialBasedConfig trial_based_config_; PacketRouter packet_router_; std::vector<std::unique_ptr<RtpVideoSenderInterface>> video_rtp_senders_;