mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 04:04:35 +03:00
Merge branch 'hishamhm-pull-960'
This commit is contained in:
@ -125,7 +125,7 @@ typedef struct LinuxProcess_ {
|
||||
unsigned long long io_write_bytes;
|
||||
unsigned long long io_cancelled_write_bytes;
|
||||
unsigned long long io_rate_read_time;
|
||||
unsigned long long io_rate_write_time;
|
||||
unsigned long long io_rate_write_time;
|
||||
double io_rate_read_bps;
|
||||
double io_rate_write_bps;
|
||||
#endif
|
||||
@ -409,7 +409,7 @@ void LinuxProcess_writeField(Process* this, RichString* str, ProcessField field)
|
||||
attr = CRT_colors[PROCESS_HIGH_PRIORITY];
|
||||
xSnprintf(buffer, n, "R%1d ", IOPriority_data(lp->ioPriority));
|
||||
} else if (klass == IOPRIO_CLASS_IDLE) {
|
||||
attr = CRT_colors[PROCESS_LOW_PRIORITY];
|
||||
attr = CRT_colors[PROCESS_LOW_PRIORITY];
|
||||
xSnprintf(buffer, n, "id ");
|
||||
} else {
|
||||
xSnprintf(buffer, n, "?? ");
|
||||
|
Reference in New Issue
Block a user