summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/Cpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/Cpg.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/Cpg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/cluster/Cpg.h b/qpid/cpp/src/qpid/cluster/Cpg.h
index 6b81c602bd..1b2b7e1587 100644
--- a/qpid/cpp/src/qpid/cluster/Cpg.h
+++ b/qpid/cpp/src/qpid/cluster/Cpg.h
@@ -113,6 +113,8 @@ class Cpg : public sys::IOHandle {
MemberId self() const;
int getFd();
+
+ std::string getName() const { return str(group); }
private: