summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/ConnectionState.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-02-24 22:38:08 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-02-24 22:38:08 +0000
commit06f943c08fd1f4df7e2de9e2ec13856836492a4e (patch)
tree295561ed447ea79545de3df8d05c3c4d0daef56f /cpp/src/qpid/broker/ConnectionState.h
parent74fad234873bfb83831ee221ca38a45e8eb94cc8 (diff)
downloadqpid-python-06f943c08fd1f4df7e2de9e2ec13856836492a4e.tar.gz
Changed the producer rate limit timer callback
so that it generates a callback serialised with the connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionState.h')
-rw-r--r--cpp/src/qpid/broker/ConnectionState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/ConnectionState.h b/cpp/src/qpid/broker/ConnectionState.h
index 0d7fbc5b3b..b712af11f5 100644
--- a/cpp/src/qpid/broker/ConnectionState.h
+++ b/cpp/src/qpid/broker/ConnectionState.h
@@ -100,6 +100,7 @@ class ConnectionState : public ConnectionToken, public management::Manageable
framing::FrameHandler* getClusterOrderOutput() { return clusterOrderOut; }
void setClusterOrderOutput(framing::FrameHandler& fh) { clusterOrderOut = &fh; }
+ virtual void requestIOProcessing (boost::function0<void>) = 0;
protected:
framing::ProtocolVersion version;