updated android/osx project and example project structure

This commit is contained in:
Joseph Henry
2016-06-23 11:36:08 -07:00
parent ee54905035
commit 6e16aad79c
158 changed files with 530 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ extern "C" {
#define INTERCEPT_DISABLED 222
#if defined(__ANDROID__)
JNIEXPORT void JNICALL Java_SDK_SDK_Wrapper_startOneService(JNIEnv *env, jobject thisObj);
JNIEXPORT void JNICALL Java_ZeroTierSDK_startOneService(JNIEnv *env, jobject thisObj);
#else
void *startOneService(void *thread_id);
void init_service(int key, const char * path);