summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-31 08:36:09 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-31 08:36:09 -0700
commit2a4a50b1daaec74d7a4d08869ead31ff1f966fa1 (patch)
tree8ddccedd8bd4ee309fffdc409ef89476111f6b0d /node/Node.hpp
parent2ec88e800877cfbc7f007d21f10429bc1b493006 (diff)
downloadinfinitytier-2a4a50b1daaec74d7a4d08869ead31ff1f966fa1.tar.gz
infinitytier-2a4a50b1daaec74d7a4d08869ead31ff1f966fa1.zip
Add some also-ZeroTier-written ext/ code for use in new clustering, delete some old code, and change Mac to use -Os which is just as fast as -Ofast and may be faster due to cache effects.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 57b5489e..006551fa 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -117,21 +117,6 @@ public:
void clearLocalInterfaceAddresses();
int sendUserMessage(void *tptr,uint64_t dest,uint64_t typeId,const void *data,unsigned int len);
void setNetconfMaster(void *networkControllerInstance);
- ZT_ResultCode clusterInit(
- unsigned int myId,
- const struct sockaddr_storage *zeroTierPhysicalEndpoints,
- unsigned int numZeroTierPhysicalEndpoints,
- int x,
- int y,
- int z,
- void (*sendFunction)(void *,unsigned int,const void *,unsigned int),
- void *sendFunctionArg,
- int (*addressToLocationFunction)(void *,const struct sockaddr_storage *,int *,int *,int *),
- void *addressToLocationFunctionArg);
- ZT_ResultCode clusterAddMember(unsigned int memberId);
- void clusterRemoveMember(unsigned int memberId);
- void clusterHandleIncomingMessage(const void *msg,unsigned int len);
- void clusterStatus(ZT_ClusterStatus *cs);
// Internal functions ------------------------------------------------------