summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 71983722237..fb3e76baca7 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -56,6 +56,7 @@ private:
std::vector<int> _removes;
std::map<int, EventHandlerPtr> _handlers;
int _servers;
+ int _timeout;
JTCMutex _threadMutex;
class EventHandlerThread : public JTCThread