Fixed proper restore of cttl-C in msg rcv

Rename and move plugin_context_check to clixon_resource_check
This commit is contained in:
Olof hagsand 2023-12-21 15:00:12 +01:00
parent f25a77734e
commit 558a0df1f3
9 changed files with 268 additions and 261 deletions

View file

@ -76,5 +76,6 @@ int clixon_process_operation(clixon_handle h, const char *name, proc_operation o
int clixon_process_status(clixon_handle h, const char *name, cbuf *cbret);
int clixon_process_start_all(clixon_handle h);
int clixon_process_waitpid(clixon_handle h);
int clixon_resource_check(clixon_handle h, void **wh, const char *name, const char *fn);
#endif /* _CLIXON_PROC_H_ */