w: responded to those library changes for 'TIME' stuff
The library refactored 'TIME' items for consistency so we must adapt to some new data types and calculations. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
8f5a755d11
commit
831bd8cf29
2
w.c
2
w.c
@ -373,7 +373,7 @@ static int find_best_proc(
|
|||||||
struct pids_fetch *reap;
|
struct pids_fetch *reap;
|
||||||
enum pids_item items[] = {
|
enum pids_item items[] = {
|
||||||
PIDS_ID_TGID,
|
PIDS_ID_TGID,
|
||||||
PIDS_TIME_START,
|
PIDS_TICS_BEGAN,
|
||||||
PIDS_ID_EUID,
|
PIDS_ID_EUID,
|
||||||
PIDS_ID_RUID,
|
PIDS_ID_RUID,
|
||||||
PIDS_ID_TPGID,
|
PIDS_ID_TPGID,
|
||||||
|
Loading…
Reference in New Issue
Block a user