mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 11:27:40 +00:00
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;
|
||
|
}
|