summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-12-15 15:08:47 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-12-15 15:08:47 -0800
commita54c2b438c0abc574039055ecfc70dd829e2cade (patch)
tree0d606a4713382b7c11dddcab3bd3d09f17d2e915 /service/OneService.cpp
parent890f6f0d35cc715f759cb3014c536a8801bd0c99 (diff)
downloadinfinitytier-a54c2b438c0abc574039055ecfc70dd829e2cade.tar.gz
infinitytier-a54c2b438c0abc574039055ecfc70dd829e2cade.zip
Basic support for streaming of changes via stdout from controller.
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
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