cleanup
This commit is contained in:
parent
8639538299
commit
a0f8685453
4 changed files with 11 additions and 8 deletions
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "ControlPlane.hpp"
|
||||
#include "One.hpp"
|
||||
#include "OneService.hpp"
|
||||
|
||||
#include "../version.h"
|
||||
#include "../include/ZeroTierOne.h"
|
||||
|
@ -196,7 +196,7 @@ static void _jsonAppend(std::string &buf,const ZT1_Peer *peer)
|
|||
buf.append(json);
|
||||
}
|
||||
|
||||
ControlPlane::ControlPlane(One *svc,Node *n) :
|
||||
ControlPlane::ControlPlane(OneService *svc,Node *n) :
|
||||
_svc(svc),
|
||||
_node(n)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue