diff options
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/node/Node.hpp b/node/Node.hpp index 1cc9a746..df6b946f 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -99,6 +99,12 @@ 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 | 
