Expose cluster status in /status JSON response.
This commit is contained in:
parent
5ff7733f84
commit
debed1ac2d
3 changed files with 35 additions and 5 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue