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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 962bffe862d..ce438212d2d 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -72,7 +72,8 @@ private:
ThreadPoolPtr _pool;
};
friend class EventHandlerThread;
- std::vector<JTCThreadHandle> _threads;
+ std::vector<JTCThreadHandle> _threads; // Handles for all threads, running or not.
+ int _threadNum; // Number of running threads.
};
}