diff options
Diffstat (limited to 'cpp/include/IceUtil/RWRecMutex.h')
-rw-r--r-- | cpp/include/IceUtil/RWRecMutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/RWRecMutex.h b/cpp/include/IceUtil/RWRecMutex.h index f64d675e368..9e47bdba894 100644 --- a/cpp/include/IceUtil/RWRecMutex.h +++ b/cpp/include/IceUtil/RWRecMutex.h @@ -234,9 +234,9 @@ private: mutable int _count; // - // If there is an active writer this is a control for thread. + // If there is an active writer this is the ID of the writer thread. // - mutable ThreadControl _writerControl; + mutable ThreadId _writerId; // // Number of waiting writers. |