Commit a09396cc authored by Pavel Emelyanov's avatar Pavel Emelyanov

libcriu: Add criu_set_root to header

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2812d04d
...@@ -41,6 +41,7 @@ void criu_set_file_locks(bool file_locks); ...@@ -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
......
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