This commit is contained in:
Adam Ierymenko 2015-03-12 14:27:14 -07:00
parent 1b0908fab2
commit 61d89bd118
3 changed files with 26 additions and 4 deletions

View file

@ -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) :