mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
make NodeStatus a plain data class
This commit is contained in:
parent
acf5b3579b
commit
4861ec5a40
6 changed files with 75 additions and 63 deletions
|
@ -96,4 +96,6 @@ jobject newVirtualNetworkRoute(JNIEnv *env, const ZT_VirtualNetworkRoute &route)
|
|||
|
||||
jobject newVirtualNetworkDNS(JNIEnv *env, const ZT_VirtualNetworkDNS &dns);
|
||||
|
||||
jobject newNodeStatus(JNIEnv *env, const ZT_NodeStatus &status);
|
||||
|
||||
#endif // ZT_jniutils_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue