mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +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>
4 lines
88 B
Protocol Buffer
4 lines
88 B
Protocol Buffer
message pipe_data_entry {
|
|
required uint32 pipe_id = 1;
|
|
required uint32 bytes = 2;
|
|
}
|