summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/OutputInterceptor.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-12-19 17:22:52 +0000
committerAlan Conway <aconway@apache.org>2008-12-19 17:22:52 +0000
commit7540027fdc97962e97a69f775aceca7f80f67f33 (patch)
treee46e3cd482abe01c99aa6c9dc343b4d94b978399 /cpp/src/qpid/cluster/OutputInterceptor.h
parentfe1c7af8fb35c0cca7ffbb88d581b795850cdde8 (diff)
downloadqpid-python-7540027fdc97962e97a69f775aceca7f80f67f33.tar.gz
cluster: Increase initial estimate controlling writes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@728072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/OutputInterceptor.h')
-rw-r--r--cpp/src/qpid/cluster/OutputInterceptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/OutputInterceptor.h b/cpp/src/qpid/cluster/OutputInterceptor.h
index 783a443228..0ac15e747a 100644
--- a/cpp/src/qpid/cluster/OutputInterceptor.h
+++ b/cpp/src/qpid/cluster/OutputInterceptor.h
@@ -64,6 +64,7 @@ class OutputInterceptor : public sys::ConnectionOutputHandler {
mutable sys::Mutex lock;
sys::ConnectionOutputHandler* next;
size_t sent;
+ size_t lastDoOutput;
WriteEstimate writeEstimate;
bool moreOutput;
bool doingOutput;