summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-07-30 03:09:01 +0000
committerMichi Henning <michi@zeroc.com>2003-07-30 03:09:01 +0000
commit61924a00ce03e089df17fbecba1e11815bec32d9 (patch)
tree2f423907f83c50da173eeaa850ef31e056beacb2 /cpp/src/Ice/ThreadPool.h
parentgcc fixes for Win32 changes (diff)
downloadice-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.h2
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;
};