Expose cluster status in /status JSON response.

This commit is contained in:
Adam Ierymenko 2015-10-26 13:06:10 -07:00
parent 5ff7733f84
commit debed1ac2d
3 changed files with 35 additions and 5 deletions

View file

@ -953,7 +953,7 @@ typedef struct {
/**
* Cluster member statuses
*/
ZT_ClusterMemberStatus member[ZT_CLUSTER_MAX_MEMBERS];
ZT_ClusterMemberStatus members[ZT_CLUSTER_MAX_MEMBERS];
} ZT_ClusterStatus;
/**