summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-27 15:27:26 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-27 15:27:26 -0800
commit9f7919f71f6b4326e73759923d2cf747affc0244 (patch)
tree934294697a07df005e3f0df56a085f3eeb292b38 /node/Node.hpp
parent0b3b994241161c996c8432a2fb25e47b0f84c359 (diff)
downloadinfinitytier-9f7919f71f6b4326e73759923d2cf747affc0244.tar.gz
infinitytier-9f7919f71f6b4326e73759923d2cf747affc0244.zip
Add comments to join ("orbit") moons.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 662abcb4..3e742092 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -95,6 +95,8 @@ public:
ZT_ResultCode leave(uint64_t nwid,void **uptr);
ZT_ResultCode multicastSubscribe(uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
ZT_ResultCode multicastUnsubscribe(uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
+ ZT_ResultCode orbit(uint64_t moonWorldId);
+ ZT_ResultCode deorbit(uint64_t moonWorldId);
uint64_t address() const;
void status(ZT_NodeStatus *status) const;
ZT_PeerList *peers() const;