More cleanup, and fix for the extremely unlikely case of identity collision.

This commit is contained in:
Adam Ierymenko 2015-04-15 18:32:25 -07:00
parent f7b1437154
commit ea1859541c
9 changed files with 94 additions and 57 deletions

View file

@ -32,7 +32,7 @@
namespace ZeroTier {
class NetworkConfigMaster;
class NetworkController;
/**
* Local service for ZeroTier One as system VPN/NFV provider
@ -85,7 +85,7 @@ public:
static OneService *newInstance(
const char *hp,
unsigned int port,
NetworkConfigMaster *master = (NetworkConfigMaster *)0,
NetworkController *master = (NetworkController *)0,
const char *overrideRootTopology = (const char *)0);
virtual ~OneService();