summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/LinkRegistry.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-02-24 19:02:50 +0000
committerGordon Sim <gsim@apache.org>2009-02-24 19:02:50 +0000
commitb5c611ba1e7462a2b22e76da914c321b2cf3c49b (patch)
tree4febc1ad8ba114a129dd89111832bf6fd4235d6c /cpp/src/qpid/broker/LinkRegistry.h
parent8e106cc7e2312a3d918700038b34c982a6eb32a8 (diff)
downloadqpid-python-b5c611ba1e7462a2b22e76da914c321b2cf3c49b.tar.gz
QPID-1671: Set userid for client side of inter-broker links.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/LinkRegistry.h')
-rw-r--r--cpp/src/qpid/broker/LinkRegistry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/LinkRegistry.h b/cpp/src/qpid/broker/LinkRegistry.h
index 884228bd63..92064692f5 100644
--- a/cpp/src/qpid/broker/LinkRegistry.h
+++ b/cpp/src/qpid/broker/LinkRegistry.h
@@ -66,6 +66,7 @@ namespace broker {
MessageStore* store;
bool passive;
bool passiveChanged;
+ std::string realm;
void periodicMaintenance ();
bool updateAddress(const std::string& oldKey, const TcpAddress& newAddress);