summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-31 15:23:14 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-31 15:23:14 -0700
commit647ce82b86a56c45f07cd69d5cabedd083179365 (patch)
tree9874c3c4b1c240b53cf8249f7c55ce11ec7994e2 /include
parente61a40a956dfa538be8c8fec1448a9e51acd02e5 (diff)
downloadinfinitytier-647ce82b86a56c45f07cd69d5cabedd083179365.tar.gz
infinitytier-647ce82b86a56c45f07cd69d5cabedd083179365.zip
Move more stuff into osdep/ -- node/ will not use threads directly.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 0a77ff34..2c875a4f 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -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