Skip to content

Add support of waiting for entered processes #4

@dmitry-guryanov

Description

@dmitry-guryanov

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

define LIBCT_WAIT_ALL ((void *)1)

define LIBCT_WNOHANG 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions