This commit is contained in:
Adam Ierymenko 2015-04-15 14:44:30 -07:00
parent 8639538299
commit a0f8685453
4 changed files with 11 additions and 8 deletions

View file

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