mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
images: add timerslack_ns field to thread_core_entry
Add optional uint64 timerslack_ns field (= 17) to thread_core_entry. This allows CRIU to save and restore the per-thread timer slack value (controlled via PR_SET_TIMERSLACK / PR_GET_TIMERSLACK) across checkpoint/restore cycles. Signed-off-by: Ahmed Elaidy <elaidya225@gmail.com>
This commit is contained in:
parent
21c14313d6
commit
985e6c6ddf
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ message thread_core_entry {
|
|||
optional uint64 blk_sigset_extended = 14;
|
||||
optional rseq_entry rseq_entry = 15;
|
||||
optional uint32 cg_set = 16;
|
||||
optional uint64 timerslack_ns = 17;
|
||||
}
|
||||
|
||||
message task_rlimits_entry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue