From 9e55f882d3ca5a5615c21ebaec0702aaaf436e2b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 7 Apr 2015 16:41:56 -0700 Subject: Starting to port from old Node() -- identity generation. --- node/Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Node.hpp') 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); -- cgit v1.2.3