mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
make VirtualNetworkRoute a plain data class
This commit is contained in:
parent
d0c0585553
commit
809022b273
4 changed files with 58 additions and 49 deletions
|
@ -79,15 +79,6 @@ extern jmethodID VirtualNetworkConfigOperation_fromInt_method;
|
|||
extern jmethodID VirtualNetworkStatus_fromInt_method;
|
||||
extern jmethodID VirtualNetworkType_fromInt_method;
|
||||
|
||||
//
|
||||
// Instance fields
|
||||
//
|
||||
|
||||
extern jfieldID VirtualNetworkRoute_flags_field;
|
||||
extern jfieldID VirtualNetworkRoute_metric_field;
|
||||
extern jfieldID VirtualNetworkRoute_target_field;
|
||||
extern jfieldID VirtualNetworkRoute_via_field;
|
||||
|
||||
//
|
||||
// Enums
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue