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

pipe-data.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 555f0394d8257a516bde9b00cd5978a46002e829 (plain)
1
2
3
4
5
message pipe_data_entry {
	required uint32	pipe_id		= 1;
	required uint32	bytes		= 2;
	optional uint32 size		= 3;
}