diff options
author | Michi Henning <michi@zeroc.com> | 2003-07-30 03:09:01 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-07-30 03:09:01 +0000 |
commit | 61924a00ce03e089df17fbecba1e11815bec32d9 (patch) | |
tree | 2f423907f83c50da173eeaa850ef31e056beacb2 /cpp/src/Ice/ThreadPool.h | |
parent | gcc fixes for Win32 changes (diff) | |
download | ice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.bz2 ice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.xz ice-61924a00ce03e089df17fbecba1e11815bec32d9.zip |
Updated receiving side for DatagramLimitException. Test is now done in
ThreadPool, as it should have been all along.
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index c5a79409bdc..3b22c508400 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -100,6 +100,8 @@ private: int _inUse; // Number of threads that are currently in use. double _load; // Current load in number of threads. + bool _warnUdp; + IceUtil::Mutex _promoteMutex; }; |