diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-02 20:41:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-02 20:41:49 +0000 |
| commit | 7cdb9a9ab688988e596d9fce116a0998decd0972 (patch) | |
| tree | aef9d6d0bc837b2eb0116e863c8bc89ed8f45021 /cpp/src/qpid/cluster/Event.h | |
| parent | 0fa4afae5e690b1cf147ebbe60641b448fcb5c31 (diff) | |
| download | qpid-python-7cdb9a9ab688988e596d9fce116a0998decd0972.tar.gz | |
Cluster: handle CPG flow-control conditions.
PollableQueue: allow dispatch functions to refuse dispatch.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Event.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Event.h b/cpp/src/qpid/cluster/Event.h index 9a2b12bf05..b61ce0e60d 100644 --- a/cpp/src/qpid/cluster/Event.h +++ b/cpp/src/qpid/cluster/Event.h @@ -51,7 +51,7 @@ class Event { /** Create an event containing a control */ static Event control(const framing::AMQBody&, const ConnectionId&, uint32_t id=0); - void mcast(const Cpg::Name& name, Cpg& cpg) const; + bool mcast(Cpg& cpg) const; EventType getType() const { return type; } ConnectionId getConnectionId() const { return connectionId; } |
