docs, and make RethinkDB controller DB driver upsert into the Controller DB and also update the hostname field.
This commit is contained in:
parent
ada611d597
commit
8d9464c414
8 changed files with 60 additions and 15 deletions
|
@ -21,8 +21,8 @@
|
|||
namespace ZeroTier
|
||||
{
|
||||
|
||||
FileDB::FileDB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *path) :
|
||||
DB(nc,myAddress,path),
|
||||
FileDB::FileDB(EmbeddedNetworkController *const nc,const Identity &myId,const char *path) :
|
||||
DB(nc,myId,path),
|
||||
_networksPath(_path + ZT_PATH_SEPARATOR_S + "network")
|
||||
{
|
||||
OSUtils::mkdir(_path.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue