misc cleanup, adjustments to debug outputs

This commit is contained in:
Joseph Henry
2016-09-07 18:18:00 -07:00
parent 06747d35f3
commit efd709dc52
8 changed files with 304 additions and 219 deletions

View File

@@ -93,7 +93,8 @@ int zts_get_proxy_server_address(const char * nwid, struct sockaddr_storage *add
bool zts_proxy_is_running();
// ZT Service Controls
void *zts_start_service(void *thread_id);
void zts_start_service(const char *path);
void *zts_start_core_service(void *thread_id);
void zts_stop_service();
bool zts_service_is_running();
void zts_join_network(const char * nwid);