--- innwebd/thread_pool.h 2004/07/03 13:55:42 1.3 +++ innwebd/thread_pool.h 2004/07/03 15:10:23 1.4 @@ -48,6 +48,7 @@ private: int SetLock(bool bLock, clock_t tTimeout = TS_SETLOCK_TIMEOUT); error_code uLastErrorCode; HANDLE hThreadKiller; + bool bTerminateThreadKiller; public: thread_pool(UINT uThreadMax = TS_MAX_THREAD); ~thread_pool(void);