mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-10 15:23:06 -07:00
docs
This commit is contained in:
parent
1b0908fab2
commit
61d89bd118
3 changed files with 26 additions and 4 deletions
|
@ -42,6 +42,11 @@
|
|||
#include "../node/CertificateOfMembership.hpp"
|
||||
#include "../node/NetworkConfig.hpp"
|
||||
|
||||
// Stored in database as schemaVersion key in Config.
|
||||
// If not present, database is assumed to be empty and at the current schema version
|
||||
// and this key/value is added automatically.
|
||||
#define ZT_NETCONF_SQLITE_SCHEMA_VERSION 1
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
SqliteNetworkConfigMaster::SqliteNetworkConfigMaster(const Identity &signingId,const char *dbPath) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue