]> granicus.if.org Git - procps-ng/commit
library: refactor all the readproc.h 'PROC_FILL' flags
authorJim Warner <james.warner@comcast.net>
Wed, 4 Aug 2021 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 9 Aug 2021 12:00:23 +0000 (22:00 +1000)
commit0360f640275548e6e7943c363eaa0cf6969d05a5
tree2d00dce303f4f4f105c6f481d7a246da0e3011be
parent6318010dab856f10874a3dc3eb83106713c8fbfa
library: refactor all the readproc.h 'PROC_FILL' flags

The 'PROC_FILL' flags, found in readproc.h, had become
almost unmanageable. The hex values were scattered all
over the map as new flags had been introduced. So this
commit resets all of them and will help ensure any new
flags don't duplicate some already existing hex value.

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/pids.h
proc/readproc.h