diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 40023194af6..bf68fa51127 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -58,6 +58,9 @@ private: int _fdIntrRead; int _fdIntrWrite; fd_set _fdSet; +#ifdef WIN32 + int _fdIntrReadIdx; +#endif std::vector<std::pair<int, EventHandlerPtr> > _adds; std::vector<int> _removes; std::map<int, std::pair<EventHandlerPtr, std::list<int>::iterator> > _handlerMap; |