diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index d7c9ae1c5e9..626c56cb1e1 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -60,6 +60,8 @@ private: InstancePtr _instance; bool _destroyed; + const int _size; + const int _sizeMax; SOCKET _maxFd; SOCKET _minFd; SOCKET _lastFd; @@ -70,7 +72,6 @@ private: std::map<SOCKET, EventHandlerPtr> _handlerMap; int _timeout; ::IceUtil::Mutex _threadMutex; - bool _multipleThreads; class EventHandlerThread : public ::IceUtil::Thread { |