mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Report controllerInstanceId in all objects so that controller resets can be easily detected by whatever is using the service.
This commit is contained in:
@ -96,6 +96,7 @@ private:
|
||||
std::string &responseContentType);
|
||||
|
||||
std::string _dbPath;
|
||||
std::string _instanceId;
|
||||
sqlite3 *_db;
|
||||
|
||||
sqlite3_stmt *_sGetNetworkById;
|
||||
|
Reference in New Issue
Block a user