summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 11:40:38 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 11:40:38 -0700
commit98152d974ada42e659e65590dec9a53d0a28ef54 (patch)
tree0b548af496bc78c0f106b5592322024c274491a5 /include
parent56febbf2bac2c51d9478616a1dd28243ef03f406 (diff)
downloadinfinitytier-98152d974ada42e659e65590dec9a53d0a28ef54.tar.gz
infinitytier-98152d974ada42e659e65590dec9a53d0a28ef54.zip
More cleanup and removal of DeferredPackets, will do the latter in a more elegant way.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 9679cf64..88e83a6e 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1903,27 +1903,6 @@ void ZT_Node_clusterStatus(ZT_Node *node,ZT_ClusterStatus *cs);
void ZT_Node_setTrustedPaths(ZT_Node *node,const struct sockaddr_storage *networks,const uint64_t *ids,unsigned int count);
/**
- * Do things in the background until Node dies
- *
- * This function can be called from one or more background threads to process
- * certain tasks in the background to improve foreground performance. It will
- * not return until the Node is shut down. If threading is not enabled in
- * this build it will return immediately and will do nothing.
- *
- * This is completely optional. If this is never called, all processing is
- * done in the foreground in the various processXXXX() methods.
- *
- * This does NOT replace or eliminate the need to call the normal
- * processBackgroundTasks() function in your main loop. This mechanism is
- * used to offload the processing of expensive mssages onto background
- * handler threads to prevent foreground performance degradation under
- * high load.
- *
- * @param node Node instance
- */
-void ZT_Node_backgroundThreadMain(ZT_Node *node);
-
-/**
* Get ZeroTier One version
*
* @param major Result: major version