.
This commit is contained in:
parent
087c75d5ee
commit
63ec19674c
14 changed files with 96 additions and 169 deletions
|
@ -650,6 +650,24 @@ typedef struct
|
|||
int online;
|
||||
} ZT_NodeStatus;
|
||||
|
||||
/**
|
||||
* Internal node statistics
|
||||
*
|
||||
* This structure is subject to change between versions.
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
/**
|
||||
* Number of each protocol verb (possible verbs 0..31) received
|
||||
*/
|
||||
uint64_t inVerbCounts[32];
|
||||
|
||||
/**
|
||||
* Number of bytes for each protocol verb received
|
||||
*/
|
||||
uint64_t inVerbBytes[32];
|
||||
} ZT_NodeStatistics;
|
||||
|
||||
/**
|
||||
* Virtual network status codes
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue