summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 0a39d1ee..98c4fd7c 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -117,19 +117,10 @@ public:
void clusterRemoveMember(unsigned int memberId);
void clusterHandleIncomingMessage(const void *msg,unsigned int len);
void clusterStatus(ZT_ClusterStatus *cs);
- void backgroundThreadMain();
// Internal functions ------------------------------------------------------
/**
- * Convenience threadMain() for easy background thread launch
- *
- * This allows background threads to be launched with Thread::start
- * that will run against this node.
- */
- inline void threadMain() throw() { this->backgroundThreadMain(); }
-
- /**
* @return Time as of last call to run()
*/
inline uint64_t now() const throw() { return _now; }