diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-17 18:19:59 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-17 18:19:59 +0000 |
| commit | fcc3335293a77c8e9130ea1836ee55872d6b28f5 (patch) | |
| tree | 1dc861c72e6fc2d8e161b2f30954adc53cfb7c10 /cpp/src/qpid/cluster/Cluster.h | |
| parent | 2cddbb21d27d0e46f92fb1007fde08a19ed13deb (diff) | |
| download | qpid-python-fcc3335293a77c8e9130ea1836ee55872d6b28f5.tar.gz | |
- added member stats
- some celan up.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 982a9da2ca..847f179cc0 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -135,6 +135,7 @@ class Cluster : private Cpg::Handler, public management::Manageable virtual management::Manageable::status_t ManagementMethod (uint32_t methodId, management::Args& args, std::string& text); void stopClusterNode(void); void stopFullCluster(void); + void updateMemberStats(void); mutable sys::Monitor lock; // Protect access to members. broker::Broker& broker; |
