mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
9 lines
139 B
C
9 lines
139 B
C
#ifndef SEIZE_H_
|
|
#define SEIZE_H_
|
|
|
|
#include <sys/ptrace.h>
|
|
|
|
int seize_task(pid_t pid);
|
|
int unseize_task(pid_t pid);
|
|
|
|
#endif /* SEIZE_H_ */
|