2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

restorer: Pass current log level to the arguments

Will need it to honor current log level in restorer.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-09-03 14:44:09 +04:00
committed by Pavel Emelyanov
parent 3a00f4cdc8
commit 05466cc38a
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ struct task_restore_core_args {
int fd_exe_link; /* opened self->exe file */
int fd_pages; /* opened pages dump file */
int logfd;
unsigned int loglevel;
bool restore_threads; /* if to restore threads */
mutex_t rst_lock;