2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00
criu/images/fifo.proto

10 lines
167 B
Protocol Buffer
Raw Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message fifo_entry {
required uint32 id = 1;
required uint32 pipe_id = 2;
optional uint32 regf_id = 3;
}