From a54c2b438c0abc574039055ecfc70dd829e2cade Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 15 Dec 2016 15:08:47 -0800 Subject: Basic support for streaming of changes via stdout from controller. --- service/OneService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/OneService.cpp') diff --git a/service/OneService.cpp b/service/OneService.cpp index 2e256307..3a7edacb 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -875,7 +875,7 @@ public: for(int i=0;i<3;++i) _portsBE[i] = Utils::hton((uint16_t)_ports[i]); - _controller = new EmbeddedNetworkController(_node,(_homePath + ZT_PATH_SEPARATOR_S + ZT_CONTROLLER_DB_PATH).c_str()); + _controller = new EmbeddedNetworkController(_node,(_homePath + ZT_PATH_SEPARATOR_S + ZT_CONTROLLER_DB_PATH).c_str(),(FILE *)0); _node->setNetconfMaster((void *)_controller); #ifdef ZT_ENABLE_CLUSTER -- cgit v1.2.3