mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
libcriu: Add criu_set_root to header
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -41,6 +41,7 @@ void criu_set_file_locks(bool file_locks);
|
|||||||
void criu_set_log_level(int log_level);
|
void criu_set_log_level(int log_level);
|
||||||
void criu_set_log_file(char *log_file);
|
void criu_set_log_file(char *log_file);
|
||||||
void criu_set_cpu_cap(unsigned int cap);
|
void criu_set_cpu_cap(unsigned int cap);
|
||||||
|
void criu_set_root(char *root);
|
||||||
int criu_set_exec_cmd(int argc, char *argv[]);
|
int criu_set_exec_cmd(int argc, char *argv[]);
|
||||||
|
|
||||||
/* Here is a table of return values and errno's of functions
|
/* Here is a table of return values and errno's of functions
|
||||||
|
Reference in New Issue
Block a user