aboutsummaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorBartosz Fenski <fenio@debian.org>2008-04-26 13:57:14 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
commit2eabf3432b05b93ce4de9af283ae549d0f7c18c8 (patch)
tree3b1df05a91986850ce74f9b549fcc966fea64ab7 /ProcessList.h
parent6e3bbb32d3cd1c09b0d1a79c433e0728a7ea44f4 (diff)
parent9379132a8234eeedf62d37ef57713e52c12db6ab (diff)
downloaddebian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.tar.gz
debian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.tar.bz2
debian_htop-2eabf3432b05b93ce4de9af283ae549d0f7c18c8.zip
Imported Debian patch 0.7-1debian/0.7-1
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 8707ce4..578edb9 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -55,7 +55,7 @@ in the source distribution for its full text.
#endif
#ifndef PER_PROCESSOR_FIELDS
-#define PER_PROCESSOR_FIELDS 20
+#define PER_PROCESSOR_FIELDS 22
#endif
@@ -80,6 +80,7 @@ typedef struct ProcessList_ {
unsigned long long int* userTime;
unsigned long long int* systemTime;
unsigned long long int* systemAllTime;
+ unsigned long long int* idleAllTime;
unsigned long long int* idleTime;
unsigned long long int* niceTime;
unsigned long long int* ioWaitTime;
@@ -90,6 +91,7 @@ typedef struct ProcessList_ {
unsigned long long int* userPeriod;
unsigned long long int* systemPeriod;
unsigned long long int* systemAllPeriod;
+ unsigned long long int* idleAllPeriod;
unsigned long long int* idlePeriod;
unsigned long long int* nicePeriod;
unsigned long long int* ioWaitPeriod;
@@ -117,7 +119,7 @@ typedef struct ProcessList_ {
bool treeView;
bool highlightBaseName;
bool highlightMegabytes;
- bool expandSystemTime;
+ bool detailedCPUTime;
#ifdef DEBUG_PROC
FILE* traceFile;
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy