This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-22 01:51:51 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
images
/
rlimit.proto
7 lines
99 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Add missing "proto2" syntax marker .. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-07-01 21:49:54 +02:00
syntax
=
"proto2"
;
cr: Support rlimits 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>
2013-01-10 20:08:38 +04:00
message
rlimit_entry
{
required
uint64
cur
=
1
;
required
uint64
max
=
2
;
}
Reference in New Issue
Copy Permalink