2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00
Files
criu/images/pipe-data.proto

10 lines
169 B
Protocol Buffer
Raw Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message pipe_data_entry {
required uint32 pipe_id = 1;
required uint32 bytes = 2;
optional uint32 size = 3;
}