mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Cleanup and build fixes.
This commit is contained in:
@ -58,11 +58,8 @@ public:
|
||||
* The node is not executed until run() is called.
|
||||
*
|
||||
* @param hp Home directory path
|
||||
* @param url URL prefix for autoconfiguration (http and file permitted)
|
||||
* @param configAuthorityIdentity Public identity used to encrypt/authenticate configuration from this URL (ASCII string format)
|
||||
* @throws std::invalid_argument Invalid argument supplied to constructor
|
||||
*/
|
||||
Node(const char *hp,const char *urlPrefix,const char *configAuthorityIdentity)
|
||||
Node(const char *hp)
|
||||
throw();
|
||||
|
||||
~Node();
|
||||
@ -98,12 +95,6 @@ public:
|
||||
void terminate()
|
||||
throw();
|
||||
|
||||
/**
|
||||
* Update the status file in the home directory on next service loop
|
||||
*/
|
||||
void updateStatusNow()
|
||||
throw();
|
||||
|
||||
/**
|
||||
* Get the ZeroTier version in major.minor.revision string format
|
||||
*
|
||||
|
Reference in New Issue
Block a user