diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-07 16:41:56 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-07 16:41:56 -0700 |
| commit | 9e55f882d3ca5a5615c21ebaec0702aaaf436e2b (patch) | |
| tree | f9a62121f1ef2d0a458812eb2c60b8e00c006fb5 /include | |
| parent | 8210ed480553a5e98268da7147ce332d1f7643d0 (diff) | |
| download | infinitytier-9e55f882d3ca5a5615c21ebaec0702aaaf436e2b.tar.gz infinitytier-9e55f882d3ca5a5615c21ebaec0702aaaf436e2b.zip | |
Starting to port from old Node() -- identity generation.
Diffstat (limited to 'include')
| -rw-r--r-- | include/ZeroTierOne.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index e787f7f1..a893aed3 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -755,7 +755,7 @@ enum ZT1_ResultCode ZT1_Node_processVirtualNetworkFrame( * @param nextCallDeadline Result: set to deadline for next call to one of the three processXXX() methods * @return OK (0) or error code if a fatal error condition has occurred */ -enum ZT1_ResultCode ZT1_Node_processNothing(ZT1_Node *node,uint64_t now,uint64_t *nextCallDeadline); +enum ZT1_ResultCode ZT1_Node_processBackgroundTasks(ZT1_Node *node,uint64_t now,uint64_t *nextCallDeadline); /** * Join a network |
