Fix for VPID on OpenVZ systems

(thanks to Wolfgang Frisch)
This commit is contained in:
Hisham Muhammad 2009-02-17 15:36:43 +00:00
parent a2f6eea0c4
commit 0baba6d7b4
2 changed files with 6 additions and 1 deletions

View File

@ -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
* Linux-VServer support

View File

@ -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",
&process->vpid, &process->veid);
fclose(status);
}