diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 10:31:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 10:31:09 +0100 |
| commit | 4685843ba4194d8b59ed6eb1335ae27052178726 (patch) | |
| tree | cbed9c6712b2dfa9d7c155751dad4b2908d21092 /src/lib/writer.h | |
| parent | c5c005aec1393fc606db035ee71b8d831c370ab1 (diff) | |
Fix duplicate name of _mutex in ExceptionStore and some of its children.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 79322bacd..be1d3f69e 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -135,7 +135,7 @@ private: /** number of FULL frames whose JPEG200 data is currently held in RAM */ int _queued_full_in_memory; /** mutex for thread state */ - mutable boost::mutex _mutex; + mutable boost::mutex _state_mutex; /** condition to manage thread wakeups when we have nothing to do */ boost::condition _empty_condition; /** condition to manage thread wakeups when we have too much to do */ |
