Fix regression in UsrSctpReliabilityTest
These tests, not run by default, were broken by https://webrtc-review.googlesource.com/c/src/+/212862. Bug: webrtc:12339 Change-Id: I442795d72d1a162f5b1abe80f466469b2bc32ed4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213424 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Taylor <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33738}
This commit is contained in:
@ -250,7 +250,7 @@ class SctpDataSender final {
|
|||||||
rtc::Event sent_target_messages_count_{true, false};
|
rtc::Event sent_target_messages_count_{true, false};
|
||||||
std::atomic<uint64_t> num_bytes_sent_ ATOMIC_VAR_INIT(0);
|
std::atomic<uint64_t> num_bytes_sent_ ATOMIC_VAR_INIT(0);
|
||||||
absl::optional<std::string> last_error_;
|
absl::optional<std::string> last_error_;
|
||||||
webrtc::ScopedTaskSafety task_safety_;
|
webrtc::ScopedTaskSafetyDetached task_safety_;
|
||||||
RTC_DISALLOW_COPY_AND_ASSIGN(SctpDataSender);
|
RTC_DISALLOW_COPY_AND_ASSIGN(SctpDataSender);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user