libct
libct copied to clipboard
Add support of waiting for entered processes
We need API calls for waiting for entered processes.
libct_container_enter_execv should return pr_handler_t, which can be used for waiting or checking status of the entered process.
pr_handler_t libct_process_wait(pr_handler_t p, int *status, int flags);