Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/include/restorer.h')
-rw-r--r--criu/include/restorer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/criu/include/restorer.h b/criu/include/restorer.h
index d642765e3..bc0beb5cb 100644
--- a/criu/include/restorer.h
+++ b/criu/include/restorer.h
@@ -121,6 +121,8 @@ struct thread_restore_args {
bool seccomp_force_tsync;
char comm[TASK_COMM_LEN];
+ int cg_set;
+ int cgroupd_sk;
} __aligned(64);
typedef long (*thread_restore_fcall_t)(struct thread_restore_args *args);