mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-24 19:08:11 +00:00
Note, at moment we don't use "data" from proto declaration, it's reserved to implement later (simply because it's easier to use current code for a while). Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
5 lines
88 B
Protocol Buffer
5 lines
88 B
Protocol Buffer
message pipe_data_entry {
|
|
required uint32 pipe_id = 1;
|
|
required uint32 bytes = 2;
|
|
}
|