diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 41578b77250..de4cd4fa2e9 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -93,7 +93,7 @@ private: const size_t _stackSize; - std::vector<IceUtil::ThreadControl> _threads; // Control for all threads, running or not. + std::vector<IceUtil::ThreadPtr> _threads; // All threads, running or not. int _running; // Number of running threads. int _inUse; // Number of threads that are currently in use. double _load; // Current load in number of threads. |