mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
add VirtualNetworkType.fromInt
This commit is contained in:
parent
d1460ab65b
commit
acf5b3579b
4 changed files with 32 additions and 35 deletions
|
@ -77,6 +77,7 @@ extern jmethodID PeerRole_fromInt_method;
|
|||
extern jmethodID ResultCode_fromInt_method;
|
||||
extern jmethodID VirtualNetworkConfigOperation_fromInt_method;
|
||||
extern jmethodID VirtualNetworkStatus_fromInt_method;
|
||||
extern jmethodID VirtualNetworkType_fromInt_method;
|
||||
|
||||
//
|
||||
// Instance fields
|
||||
|
@ -128,13 +129,6 @@ extern jfieldID VirtualNetworkRoute_metric_field;
|
|||
extern jfieldID VirtualNetworkRoute_target_field;
|
||||
extern jfieldID VirtualNetworkRoute_via_field;
|
||||
|
||||
//
|
||||
// Static fields
|
||||
//
|
||||
|
||||
extern jfieldID VirtualNetworkType_NETWORK_TYPE_PRIVATE_field;
|
||||
extern jfieldID VirtualNetworkType_NETWORK_TYPE_PUBLIC_field;
|
||||
|
||||
//
|
||||
// Enums
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue