LibCore: Use new global variables at /sys/kernel/ directory

This commit is contained in:
Liav A 2022-10-14 21:55:33 +03:00 committed by Andrew Kaster
commit c7dca00b65
Notes: sideshowbarker 2024-07-17 09:47:09 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ struct ThreadStatistics {
};
struct ProcessStatistics {
// Keep this in sync with /proc/all.
// Keep this in sync with /sys/kernel/processes.
// From the kernel side:
pid_t pid;
pid_t pgid;