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:
Ahmed Elaidy 2026-03-03 00:13:40 +02:00 committed by Andrei Vagin
parent 21c14313d6
commit 985e6c6ddf

View file

@ -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 {