mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
Add the PID column to the list of sort keys.
This commit is contained in:
parent
04cdca73d9
commit
8b800d3af2
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ long percentages();
|
|||
char *ordernames[] = {
|
||||
"cpu", "size", "res", "time", "pri", "threads",
|
||||
"total", "read", "write", "fault", "vcsw", "ivcsw",
|
||||
"jid", NULL
|
||||
"jid", "pid", NULL
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue