mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
8 lines
176 B
Protocol Buffer
8 lines
176 B
Protocol Buffer
![]() |
message pstree_entry {
|
||
|
required uint32 pid = 1;
|
||
|
required uint32 ppid = 2;
|
||
|
required uint32 pgid = 3;
|
||
|
required uint32 sid = 4;
|
||
|
repeated uint32 threads = 5;
|
||
|
}
|