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

pstree.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23e88aa74f17e292da8128f6448b6663e0d51722 (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

message pstree_entry {
	required uint32			pid		= 1;
	required uint32			ppid		= 2;
	required uint32			pgid		= 3;
	required uint32			sid		= 4;
	repeated uint32			threads		= 5;
}