Option to update process names on every refresh

(thanks to Rob Hoelz)
This commit is contained in:
Hisham Muhammad
2012-10-20 00:43:25 +00:00
parent 1b21827f1f
commit f44a8f2009
5 changed files with 14 additions and 0 deletions

View File

@ -136,6 +136,7 @@ typedef struct ProcessList_ {
bool highlightThreads;
bool detailedCPUTime;
bool countCPUsFromZero;
bool updateProcessNames;
const char **treeStr;
} ProcessList;