]> granicus.if.org Git - procps-ng/commitdiff
top: restored a function prologue lost a long time ago
authorJim Warner <james.warner@comcast.net>
Mon, 26 Jul 2021 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Sun, 1 Aug 2021 10:36:55 +0000 (20:36 +1000)
For some reason, when top was modified to exploit that
<pids> api, one function prologue was removed. So this
commit just restores it to the 'window_show' function.

Reference(s):
. Aug, 2015 - adapted to new <pids> api
commit 77dc22b9101af39fc30306e36d65cad2b396cc9e

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

index 3c3554fe8a41a4ff5bb93eeead847e529843c1fe..d1cc1553f099235c42588551fbd0580c5f511737 100644 (file)
--- a/top/top.c
+++ b/top/top.c
@@ -6122,6 +6122,9 @@ wrap_up:
 } // end: window_hlp
 
 
+        /*
+         * Squeeze as many tasks as we can into a single window,
+         * after sorting the passed proc table. */
 static int window_show (WIN_t *q, int wmax) {
  #define sORDER  CHKw(q, Qsrt_NORMAL) ? PIDS_SORT_DESCEND : PIDS_SORT_ASCEND
  /* the isBUSY macro determines if a task is 'active' --