Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fifo.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae6f48162a77c6b9da736e8285d020ea9f90facd (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT

syntax = "proto2";

message fifo_entry {
	required uint32		id		= 1;
	required uint32		pipe_id		= 2;
	optional uint32		regf_id		= 3;
}