summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/UpdateReceiver.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-02-05 23:02:45 +0000
committerAlan Conway <aconway@apache.org>2010-02-05 23:02:45 +0000
commit5dd3cd3ae035673bf6003b6422712663ffa57fe5 (patch)
tree0fd603d1e693b5c75ff41a86ed0051b04fa99f02 /cpp/src/qpid/cluster/UpdateReceiver.h
parentf5408c46da630d308f6e2a80b8b228cd398b89b4 (diff)
downloadqpid-python-5dd3cd3ae035673bf6003b6422712663ffa57fe5.tar.gz
Consistent connection names across a cluster.
- use the same host:port for connections and their shadows. - add shadow property to managment connection to identify shadows. - updated qpid-stat and qpid-cluster to filter on shadow property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateReceiver.h')
-rw-r--r--cpp/src/qpid/cluster/UpdateReceiver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/UpdateReceiver.h b/cpp/src/qpid/cluster/UpdateReceiver.h
index cc1ce0da8d..7e8ce47662 100644
--- a/cpp/src/qpid/cluster/UpdateReceiver.h
+++ b/cpp/src/qpid/cluster/UpdateReceiver.h
@@ -36,6 +36,9 @@ class UpdateReceiver {
/** Numbering used to identify Queue listeners as consumers */
typedef Numbering<boost::shared_ptr<broker::SemanticState::ConsumerImpl> > ConsumerNumbering;
ConsumerNumbering consumerNumbering;
+
+ /** Management-id for the next shadow connection */
+ std::string nextShadowMgmtId;
};
}} // namespace qpid::cluster