mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
9 lines
174 B
Protocol Buffer
9 lines
174 B
Protocol Buffer
|
import "fown.proto";
|
||
|
|
||
|
message eventfd_file_entry {
|
||
|
required uint32 id = 1;
|
||
|
required uint32 flags = 2;
|
||
|
required fown_entry fown = 3;
|
||
|
required uint64 counter = 4;
|
||
|
}
|