From e0064a1ce41067e40eb1495745e3499e836f1a61 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 12 Jul 2013 14:07:08 +0200 Subject: Fix to allow transceivers to read more data than requested. --- cpp/src/Ice/ThreadPool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/Ice/ThreadPool.h') diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 43a8f2fb361..cf8a6d926b4 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -127,6 +127,7 @@ private: std::vector > _handlers; std::vector >::const_iterator _nextHandler; #endif + std::set _pendingHandlers; bool _promote; }; -- cgit v1.2.3