diff options
author | Alan Conway <aconway@apache.org> | 2010-03-30 20:57:12 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-30 20:57:12 +0000 |
commit | d13a8d895087b0a8e5a3535466bd8a5d065ae6be (patch) | |
tree | dff4863a629ded4ecd092f43655ff8ebf5663390 /cpp/src/qpid/cluster/Cluster.h | |
parent | 6fbe67c713215a289e86d32fae48205d8f3062d2 (diff) | |
download | qpid-python-d13a8d895087b0a8e5a3535466bd8a5d065ae6be.tar.gz |
Cluster logging improvements: log config changes in the deliver thread.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 4a64ad73d6..343a66428b 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -163,7 +163,11 @@ class Cluster : private Cpg::Handler, public management::Manageable { const std::string& firstConfig, Lock&); void ready(const MemberId&, const std::string&, Lock&); - void configChange(const MemberId&, const std::string& current, Lock& l); + void configChange(const MemberId&, + const std::string& members, + const std::string& left, + const std::string& joined, + Lock& l); void messageExpired(const MemberId&, uint64_t, Lock& l); void errorCheck(const MemberId&, uint8_t type, SequenceNumber frameSeq, Lock&); void timerWakeup(const MemberId&, const std::string& name, Lock&); |