Basic support for streaming of changes via stdout from controller.
This commit is contained in:
parent
890f6f0d35
commit
a54c2b438c
5 changed files with 28 additions and 9 deletions
|
@ -458,9 +458,9 @@ static bool _parseRule(json &r,ZT_VirtualNetworkRule &rule)
|
|||
return false;
|
||||
}
|
||||
|
||||
EmbeddedNetworkController::EmbeddedNetworkController(Node *node,const char *dbPath) :
|
||||
EmbeddedNetworkController::EmbeddedNetworkController(Node *node,const char *dbPath,FILE *feed) :
|
||||
_threadsStarted(false),
|
||||
_db(dbPath),
|
||||
_db(dbPath,feed),
|
||||
_node(node)
|
||||
{
|
||||
OSUtils::mkdir(dbPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue