| Index: webrtc/video_engine/vie_channel.h
|
| diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h
|
| index 14e227204fe5b2f95e9d6961e99dbd562a2fcded..cc6108077296a2439fd210e854e351aaa0f1bc39 100644
|
| --- a/webrtc/video_engine/vie_channel.h
|
| +++ b/webrtc/video_engine/vie_channel.h
|
| @@ -443,6 +443,7 @@ class ViEChannel : public VCMFrameTypeCallback,
|
|
|
| int64_t time_of_first_rtt_ms_ GUARDED_BY(crit_);
|
| int64_t rtt_sum_ms_ GUARDED_BY(crit_);
|
| + int64_t last_rtt_ms_ GUARDED_BY(crit_);
|
| size_t num_rtts_ GUARDED_BY(crit_);
|
|
|
| // RtpRtcp modules, declared last as they use other members on construction.
|
|
|