Added fdkeep parameter to clixon_process_register

This commit is contained in:
Olof hagsand 2023-06-08 15:51:16 +02:00
parent 634e13ea32
commit 8091b4ab7e
4 changed files with 17 additions and 10 deletions

View file

@ -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;