All of node/ now compiles again!

This commit is contained in:
Adam Ierymenko 2015-04-08 15:42:23 -07:00
parent bf2ff964e1
commit 7529d050c7
4 changed files with 8 additions and 8 deletions

View file

@ -29,10 +29,9 @@
#include "RuntimeEnvironment.hpp"
#include "OutboundMulticast.hpp"
#include "Switch.hpp"
#include "NodeConfig.hpp"
#include "Network.hpp"
#include "CertificateOfMembership.hpp"
#include "Utils.hpp"
#include "Node.hpp"
#include "Logger.hpp"
namespace ZeroTier {
@ -105,7 +104,7 @@ void OutboundMulticast::init(
void OutboundMulticast::sendOnly(const RuntimeEnvironment *RR,const Address &toAddr)
{
if (_haveCom) {
SharedPtr<Network> network(RR->nc->network(_nwid));
SharedPtr<Network> network(RR->node->network(_nwid));
if (network->peerNeedsOurMembershipCertificate(toAddr,RR->node->now())) {
_packetWithCom.newInitializationVector();
_packetWithCom.setDestination(toAddr);