summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorwu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-17 18:28:55 +0000
committerwu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-17 18:28:55 +0000
commitf7651ef0c6bfdac6c8f7f50f06bdaf9700d979dc (patch)
treecc51e7dd5f8ec572ba6ca5e0fa805c54687dfbd8 /voice_engine/channel.h
parent3d553d4203f945029900c85c0e402e598fef4361 (diff)
downloadwebrtc-f7651ef0c6bfdac6c8f7f50f06bdaf9700d979dc.tar.gz
Fix tsan failures in channel.cc regarding to the volume settings.
BUG=2461 TEST=try bots R=xians@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2377004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4992 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 2e5ac531..39d36a87 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -447,6 +447,7 @@ private:
CriticalSectionWrapper& _fileCritSect;
CriticalSectionWrapper& _callbackCritSect;
+ CriticalSectionWrapper& volume_settings_critsect_;
uint32_t _instanceId;
int32_t _channelId;