Commit 167d28bd authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

compel: Add compel_stop_task() to UAPI headers

The routine itself is in library, just forgot to putt the
declaration into UAPI header.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent fe0413ef
......@@ -25,6 +25,8 @@ struct seize_task_status {
extern int compel_wait_task(int pid, int ppid,
int (*get_status)(int pid, struct seize_task_status *),
struct seize_task_status *st);
extern int compel_stop_task(int pid);
extern int compel_unseize_task(pid_t pid, int orig_state, int state);
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment