Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: webrtc/rtc_tools/network_tester/test_controller.h

Issue 3012853002: Update thread annotiation macros to use RTC_ prefix (Closed)
Patch Set: Rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_tools/network_tester/packet_sender.h ('k') | webrtc/system_wrappers/include/rw_lock_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/network_tester/test_controller.h
diff --git a/webrtc/rtc_tools/network_tester/test_controller.h b/webrtc/rtc_tools/network_tester/test_controller.h
index 14ee0c4e169fe5e3a9ff32cd9049c5cafb8540a5..870ca475483bf3187e6a878186fc417945522a72 100644
--- a/webrtc/rtc_tools/network_tester/test_controller.h
+++ b/webrtc/rtc_tools/network_tester/test_controller.h
@@ -67,7 +67,7 @@ class TestController : public sigslot::has_slots<> {
const std::string config_file_path_;
PacketLogger packet_logger_;
rtc::CriticalSection local_test_done_lock_;
- bool local_test_done_ GUARDED_BY(local_test_done_lock_);
+ bool local_test_done_ RTC_GUARDED_BY(local_test_done_lock_);
bool remote_test_done_;
std::array<char, kEthernetMtu> send_data_;
std::unique_ptr<cricket::UdpTransport> udp_transport_;
« no previous file with comments | « webrtc/rtc_tools/network_tester/packet_sender.h ('k') | webrtc/system_wrappers/include/rw_lock_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698