diff options
Diffstat (limited to 'node/Membership.hpp')
-rw-r--r-- | node/Membership.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Membership.hpp b/node/Membership.hpp index abfff9e3..0e72b7b1 100644 --- a/node/Membership.hpp +++ b/node/Membership.hpp @@ -115,6 +115,11 @@ public: } /** + * @return This peer's COM if they have sent one + */ + inline const CertificateOfMembership &com() const { return _com; } + + /** * @param nconf Network configuration * @param id Tag ID * @return Pointer to tag or NULL if not found |