diff options
author | Jim Warner <james.warner@comcast.net> | 2022-05-05 00:00:00 -0500 |
---|---|---|
committer | Craig Small <csmall@dropbear.xyz> | 2022-05-09 18:44:21 +1000 |
commit | d1ae5276e9c66778363336a204c942fab2ee7b17 (patch) | |
tree | 60da0f00f4b173dd9754f39cf4cd880fb08c2737 /proc/readproc.h | |
parent | 3f068a66c84347a42fd27d8a809cea2656043b37 (diff) | |
download | procps-ng-d1ae5276e9c66778363336a204c942fab2ee7b17.tar.gz |
library: bring namespaces up to date with linux kernel
Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'proc/readproc.h')
-rw-r--r-- | proc/readproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/readproc.h b/proc/readproc.h index 87bb53c..08692db 100644 --- a/proc/readproc.h +++ b/proc/readproc.h @@ -165,7 +165,7 @@ typedef struct proc_t { int oom_score, // oom_score (badness for OOM killer) oom_adj; // oom_adj (adjustment to OOM score) - struct procps_ns ns; // (ns subdir) inode number of namespaces + struct procps_ns ns; // (ns subdir) inode number of namespaces char *sd_mach, // n/a systemd vm/container name *sd_ouid, // n/a systemd session owner uid |