From 63ec19674c423b3d93185a690cff3f355c8d9c17 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 19 Mar 2019 16:43:43 -0700 Subject: . --- include/ZeroTierOne.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 36c29c96..324036bd 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -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 */ -- cgit v1.2.3