diff options
| author | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
| commit | 4908b9593c12e93ace60f7c15382c07750f1ca20 (patch) | |
| tree | d32ad984892603c73bef8f8146f8595323d41a72 /cpp/src/qpid/cluster/Connection.h | |
| parent | 5e6c819aa19922a66288986b79e21dfd9a03c837 (diff) | |
| download | qpid-python-4908b9593c12e93ace60f7c15382c07750f1ca20.tar.gz | |
Synchronize management agent lists during cluster update.
- replicate management agent lists during cluster update.
- suppress management agent output during update.
- on join all members force full output at next periodic processing.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 9a4e52a9d6..a2f96782f7 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -164,6 +164,7 @@ class Connection : void addQueueListener(const std::string& queue, uint32_t listener); void managementSchema(const std::string& data); + void managementAgents(const std::string& data); void managementSetupState(uint64_t objectNum, uint16_t bootSequence); uint32_t getSsf() const { return connectionCtor.ssf; } |
