top: extend end-of-job report to reflect unused fields
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
7086e99067
commit
e400f0be47
10
top/top.c
10
top/top.c
@ -453,9 +453,10 @@ static void bye_bye (const char *str) {
|
|||||||
#else
|
#else
|
||||||
"\n\t winflags = %08x, maxpflgs = %d"
|
"\n\t winflags = %08x, maxpflgs = %d"
|
||||||
#endif
|
#endif
|
||||||
"\n\t sortindx = %d, fieldscur = %s"
|
"\n\t sortindx = %d, maxtasks = %d"
|
||||||
"\n\t maxtasks = %d, varcolsz = %d, winlines = %d"
|
"\n\t varcolsz = %d, winlines = %d"
|
||||||
"\n\t strlen(columnhdr) = %d"
|
"\n\t strlen(columnhdr) = %d"
|
||||||
|
"\n\t current fieldscur = %d, maximum fieldscur = %d"
|
||||||
"\n"
|
"\n"
|
||||||
, __func__
|
, __func__
|
||||||
, PACKAGE_STRING
|
, PACKAGE_STRING
|
||||||
@ -482,9 +483,10 @@ static void bye_bye (const char *str) {
|
|||||||
, (unsigned)sizeof(WIN_t), GROUPSMAX
|
, (unsigned)sizeof(WIN_t), GROUPSMAX
|
||||||
, Curwin->rc.winname, Curwin->grpname
|
, Curwin->rc.winname, Curwin->grpname
|
||||||
, Curwin->rc.winflags, Curwin->maxpflgs
|
, Curwin->rc.winflags, Curwin->maxpflgs
|
||||||
, Curwin->rc.sortindx, Curwin->rc.fieldscur
|
, Curwin->rc.sortindx, Curwin->rc.maxtasks
|
||||||
, Curwin->rc.maxtasks, Curwin->varcolsz, Curwin->winlines
|
, Curwin->varcolsz, Curwin->winlines
|
||||||
, (int)strlen(Curwin->columnhdr)
|
, (int)strlen(Curwin->columnhdr)
|
||||||
|
, EU_MAXPFLGS, (int)strlen(Curwin->rc.fieldscur)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user