More plumbing of cluster status.

This commit is contained in:
Adam Ierymenko 2015-10-26 12:49:17 -07:00
parent 865acfa40f
commit 5ff7733f84
3 changed files with 31 additions and 29 deletions

View file

@ -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 ------------------------------------------------------