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:
committed by
Pavel Emelyanov
parent
3a00f4cdc8
commit
05466cc38a
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user