moved creation of VirtualNetworkConfig objects to ZT1_jniutils

added implementation of networks() method
This commit is contained in:
Grant Limberg 2015-04-24 18:20:10 -07:00
commit 99af0f3a88
3 changed files with 259 additions and 211 deletions

View file

@ -23,6 +23,8 @@ jobject newMulticastGroup(JNIEnv *env, const ZT1_MulticastGroup &mc);
jobject newPeer(JNIEnv *env, const ZT1_Peer &peer);
jobject newPeerPhysicalPath(JNIEnv *env, const ZT1_PeerPhysicalPath &ppp);
jobject newNetworkConfig(JNIEnv *env, const ZT1_VirtualNetworkConfig &config);
#ifdef __cplusplus
}
#endif