mirror of https://github.com/xzeldon/htop.git
Fix for VPID on OpenVZ systems
(thanks to Wolfgang Frisch)
This commit is contained in:
parent
a2f6eea0c4
commit
0baba6d7b4
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
What's new in version 0.8.2
|
||||||
|
|
||||||
|
* BUGFIX: Fix for VPID on OpenVZ systems
|
||||||
|
(thanks to Wolfgang Frisch)
|
||||||
|
|
||||||
What's new in version 0.8.1
|
What's new in version 0.8.1
|
||||||
|
|
||||||
* Linux-VServer support
|
* Linux-VServer support
|
||||||
|
|
|
@ -636,7 +636,7 @@ static bool ProcessList_processEntries(ProcessList* this, char* dirname, Process
|
||||||
"%*u %*u %*u %*u %*u %*u %*u %*u "
|
"%*u %*u %*u %*u %*u %*u %*u %*u "
|
||||||
"%*u %*u %*u %*u %*u %*u %*u %*u "
|
"%*u %*u %*u %*u %*u %*u %*u %*u "
|
||||||
"%*u %*u %*u %*u %*u %*u %*u "
|
"%*u %*u %*u %*u %*u %*u %*u "
|
||||||
"%u %u",
|
"%*u %*u %u %u",
|
||||||
&process->vpid, &process->veid);
|
&process->vpid, &process->veid);
|
||||||
fclose(status);
|
fclose(status);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue