diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index c5a79409bdc..3b22c508400 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -100,6 +100,8 @@ private: int _inUse; // Number of threads that are currently in use. double _load; // Current load in number of threads. + bool _warnUdp; + IceUtil::Mutex _promoteMutex; }; |