From 831bd8cf29ce5056ba59c477812971c648f66d32 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sat, 26 Feb 2022 00:00:00 -0600 Subject: [PATCH] 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 --- w.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w.c b/w.c index 81de37ef..612d41cb 100644 --- a/w.c +++ b/w.c @@ -373,7 +373,7 @@ static int find_best_proc( struct pids_fetch *reap; enum pids_item items[] = { PIDS_ID_TGID, - PIDS_TIME_START, + PIDS_TICS_BEGAN, PIDS_ID_EUID, PIDS_ID_RUID, PIDS_ID_TPGID,