Move more stuff into osdep/ -- node/ will not use threads directly.

This commit is contained in:
Adam Ierymenko 2015-03-31 15:23:14 -07:00
parent e61a40a956
commit 647ce82b86
11 changed files with 8 additions and 17 deletions

View file

@ -88,7 +88,7 @@ enum ZT1_ResultCode
/**
* Status codes sent to status update callback when things happen
*/
enum ZT1_NodeStatusChangeCode
enum ZT1_NodeStatusCode
{
/**
* Node is online
@ -512,7 +512,7 @@ typedef void (*ZT1_VirtualNetworkConfigCallback)(ZT1_Node *,uint64_t,const ZT1_V
*
* This is called whenever the node's status changes in some significant way.
*/
typedef void (*ZT1_StatusCallback)(ZT1_Node *,enum ZT1_NodeStatusChangeCode);
typedef void (*ZT1_StatusCallback)(ZT1_Node *,enum ZT1_NodeStatusCode);
/**
* Function to get an object from the data store