summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-07 16:41:56 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-07 16:41:56 -0700
commit9e55f882d3ca5a5615c21ebaec0702aaaf436e2b (patch)
treef9a62121f1ef2d0a458812eb2c60b8e00c006fb5 /node/Node.hpp
parent8210ed480553a5e98268da7147ce332d1f7643d0 (diff)
downloadinfinitytier-9e55f882d3ca5a5615c21ebaec0702aaaf436e2b.tar.gz
infinitytier-9e55f882d3ca5a5615c21ebaec0702aaaf436e2b.zip
Starting to port from old Node() -- identity generation.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 3f6bbc46..d6be609e 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -85,7 +85,7 @@ public:
const void *frameData,
unsigned int frameLength,
uint64_t *nextCallDeadline);
- ZT1_ResultCode processNothing(uint64_t now,uint64_t *nextCallDeadline);
+ ZT1_ResultCode processBackgroundTasks(uint64_t now,uint64_t *nextCallDeadline);
ZT1_ResultCode join(uint64_t nwid);
ZT1_ResultCode leave(uint64_t nwid);
ZT1_ResultCode multicastSubscribe(uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);