More cleanup, and fix for the extremely unlikely case of identity collision.
This commit is contained in:
parent
f7b1437154
commit
ea1859541c
9 changed files with 94 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue