diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-26 12:49:17 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-26 12:49:17 -0700 |
commit | 5ff7733f84302bbd0ce0a578b3040122d1140f0f (patch) | |
tree | 9f69d55734bf783e4cd0ecce57556af82eb8d9ba /node/Node.hpp | |
parent | 865acfa40f65626f41bbd718b645f57c7d6db9b2 (diff) | |
download | infinitytier-5ff7733f84302bbd0ce0a578b3040122d1140f0f.tar.gz infinitytier-5ff7733f84302bbd0ce0a578b3040122d1140f0f.zip |
More plumbing of cluster status.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index b8bd4dc5..4094a79e 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -124,6 +124,7 @@ public: ZT_ResultCode clusterAddMember(unsigned int memberId); void clusterRemoveMember(unsigned int memberId); void clusterHandleIncomingMessage(const void *msg,unsigned int len); + void clusterStatus(ZT_ClusterStatus *cs); // Internal functions ------------------------------------------------------ |