Index: webrtc/modules/pacing/paced_sender.h |
diff --git a/webrtc/modules/pacing/paced_sender.h b/webrtc/modules/pacing/paced_sender.h |
index 10d65c006c8ae2287ea53f0a001f1baf7b2a9296..196d85afa162a043f3442315e5034ccfa5259bb2 100644 |
--- a/webrtc/modules/pacing/paced_sender.h |
+++ b/webrtc/modules/pacing/paced_sender.h |
@@ -169,6 +169,7 @@ class PacedSender : public Module, public RtpPacketSender { |
GUARDED_BY(critsect_); |
std::unique_ptr<BitrateProber> prober_ GUARDED_BY(critsect_); |
+ bool probing_send_failure_; |
// Actual configured bitrates (media_budget_ may temporarily be higher in |
// order to meet pace time constraint). |
uint32_t estimated_bitrate_bps_ GUARDED_BY(critsect_); |