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: 6cbcfd3e3badfb6caa4b8c5c1a9aae0389b11b45 (plain)
1
2
3
4
5
6
7
message pstree_entry {
	required uint32			pid		= 1;
	required uint32			ppid		= 2;
	required uint32			pgid		= 3;
	required uint32			sid		= 4;
	repeated uint32			threads		= 5;
}