2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 08:45:49 +00:00

dump: Add -k (kill dumped) option

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2011-11-22 22:09:28 +04:00
parent d3a30d6bb7
commit 122cae2111
3 changed files with 22 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ extern void printk(const char *format, ...);
} while (0)
#define stop_task(pid) kill(pid, SIGSTOP)
#define kill_task(pid) kill(pid, SIGKILL)
#define continue_task(pid) kill(pid, SIGCONT)
#define write_ptr(fd, ptr) \