summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.h')
-rw-r--r--cpp/src/qpid/cluster/ClusterMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterMap.h b/cpp/src/qpid/cluster/ClusterMap.h
index 9756daf977..4548441442 100644
--- a/cpp/src/qpid/cluster/ClusterMap.h
+++ b/cpp/src/qpid/cluster/ClusterMap.h
@@ -71,7 +71,7 @@ class ClusterMap {
MemberId firstJoiner() const;
/** Convert map contents to a cluster control body. */
- framing::ClusterConnectionMembershipBody asMethodBody() const;
+ void toMethodBody(framing::ClusterConnectionMembershipBody&) const;
size_t aliveCount() const { return alive.size(); }
size_t memberCount() const { return members.size(); }