From ae082c3cb8a1ba7f8efb95ce690b012ffa7a79cd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 1 Oct 2014 12:41:48 -0700 Subject: Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. --- node/Service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Service.cpp') diff --git a/node/Service.cpp b/node/Service.cpp index d8e4bb2a..09d07b08 100644 --- a/node/Service.cpp +++ b/node/Service.cpp @@ -52,7 +52,7 @@ namespace ZeroTier { Service::Service(const RuntimeEnvironment *renv,const char *name,const char *path,void (*handler)(void *,Service &,const Dictionary &),void *arg) : - _r(renv), + RR(renv), _path(path), _name(name), _arg(arg), -- cgit v1.2.3