summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-06 14:55:40 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-06 14:55:40 -0700
commit5f351f2f6b775f5813f948594f30ddb5effdff65 (patch)
tree7d65c52aa4998481475b01aecc6fe6a159d76fd7 /node/Node.hpp
parentf4fd2d497109f9db2f4a2834262e62289fafb317 (diff)
downloadinfinitytier-5f351f2f6b775f5813f948594f30ddb5effdff65.tar.gz
infinitytier-5f351f2f6b775f5813f948594f30ddb5effdff65.zip
build fixes.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 49871f5a..fe704532 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -88,8 +88,8 @@ public:
ZT1_ResultCode processNothing(uint64_t now,uint64_t *nextCallDeadline);
ZT1_ResultCode join(uint64_t nwid);
ZT1_ResultCode leave(uint64_t nwid);
- ZT1_ResultCode multicastSubscribe(ZT1_Node *node,uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi = 0);
- ZT1_ResultCode multicastUnsubscribe(ZT1_Node *node,uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi = 0);
+ ZT1_ResultCode multicastSubscribe(uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
+ ZT1_ResultCode multicastUnsubscribe(uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
void status(ZT1_NodeStatus *status);
ZT1_PeerList *peers();
ZT1_VirtualNetworkConfig *networkConfig(uint64_t nwid);