diff options
| author | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
| commit | 792e46cad9a978c0d297c245772e57c0759cec31 (patch) | |
| tree | bb227f31c63eac3e9e27c951917c129c4e1b682f /cpp/src/qpid/broker/LinkRegistry.h | |
| parent | f1935bda5aa75a139330a4b1e976c99536c6c04f (diff) | |
| download | qpid-python-792e46cad9a978c0d297c245772e57c0759cec31.tar.gz | |
QPID-1349 - Push routing for federation (includes hook for dynamic routing)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/LinkRegistry.h')
| -rw-r--r-- | cpp/src/qpid/broker/LinkRegistry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/LinkRegistry.h b/cpp/src/qpid/broker/LinkRegistry.h index 242c0d58ba..5b5fe4fec9 100644 --- a/cpp/src/qpid/broker/LinkRegistry.h +++ b/cpp/src/qpid/broker/LinkRegistry.h @@ -84,7 +84,8 @@ namespace broker { bool isQueue, bool isLocal, std::string& id, - std::string& excludes); + std::string& excludes, + bool dynamic); void destroy(const std::string& host, const uint16_t port); void destroy(const std::string& host, |
