Added fdkeep parameter to clixon_process_register
This commit is contained in:
parent
634e13ea32
commit
8091b4ab7e
4 changed files with 17 additions and 10 deletions
|
|
@ -314,7 +314,7 @@ restconf_pseudo_process_control(clicon_handle h)
|
|||
if (clixon_process_register(h, RESTCONF_PROCESS,
|
||||
"Clixon RESTCONF process",
|
||||
NULL /* XXX network namespace */,
|
||||
-1, -1,
|
||||
-1, -1, -1,
|
||||
restconf_rpc_wrapper,
|
||||
argv, nr) < 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue