mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Add data store functions to service/One, and shelve old main.cpp since it will get rebuilt.
This commit is contained in:
parent
6615a70027
commit
38200cc6a5
8 changed files with 991 additions and 928 deletions
|
@ -67,6 +67,11 @@ public:
|
|||
ONE_IDENTITY_COLLISION = 3
|
||||
};
|
||||
|
||||
/**
|
||||
* @return Platform default home path
|
||||
*/
|
||||
static std::string platformDefaultHomePath();
|
||||
|
||||
/**
|
||||
* Create and start a new instance of the service
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue