]> granicus.if.org Git - procps-ng/commit
library: the <pids> API now supports 'extra' enum sort
authorJim Warner <james.warner@comcast.net>
Tue, 29 Sep 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 5 Oct 2015 10:37:08 +0000 (21:37 +1100)
commitd66000588a476fbd08bbc4c2ab1880eeeb5e67b1
tree40985ee2a25f54ad594439c382a98499b3cf70a9
parent27283bbc6f405522a0caf744ec5c6b6204cd975a
library: the <pids> API now supports 'extra' enum sort

The 'PROCPS_PIDS_extra' enumerator already enjoys some
special place wherein it's zeroed with each iteration.

This patch simply extends the special handling to also
include support for sorting. It will be treated as the
'ull_int' data type, since that encompasses the entire
scope of that union within all pids_result structures.

[ plus, we've also corrected the actual 'extra' name ]

This change was prompted by the conversion of ps which
needs that enumerator to store the former 'pcpu' data,
so it will be available for sorting (not for display).

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