mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +00:00
Dump the with "new" prlimit syscall that works on arbitrary pid. Restore is done in restorer _after_ mappings mixup and _before_ caps drop to make it set any max value. The RLIM_INFINITY is handled explicitly to help future 64<->32 bits migration. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
4 lines
79 B
Protocol Buffer
4 lines
79 B
Protocol Buffer
message rlimit_entry {
|
|
required uint64 cur = 1;
|
|
required uint64 max = 2;
|
|
}
|