diff options
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index df6b946f..f4e2d423 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -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(); @@ -99,12 +96,6 @@ public: 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 * * @return Version in string form |
