diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.h')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterMap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterMap.h b/cpp/src/qpid/cluster/ClusterMap.h index 3359c7c1f3..7e42ed1c19 100644 --- a/cpp/src/qpid/cluster/ClusterMap.h +++ b/cpp/src/qpid/cluster/ClusterMap.h @@ -95,6 +95,9 @@ class ClusterMap { uint64_t getFrameSeq() { return frameSeq; } uint64_t incrementFrameSeq() { return ++frameSeq; } + /** Clear out all knowledge of joiners & members, just keep alive set */ + void clearStatus() { joiners.clear(); members.clear(); } + private: Url getUrl(const Map& map, const MemberId& id); |
