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.
This commit is contained in:
parent
ea6124dd2f
commit
ae082c3cb8
7 changed files with 43 additions and 23 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue