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

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

syntax = "proto2";

import "opts.proto";
import "fown.proto";

message pipe_entry {
	required uint32		id		= 1;
	required uint32		pipe_id		= 2;
	required uint32		flags		= 3 [(criu).hex = true];
	required fown_entry	fown		= 4;
}