Commit 0baba6d7 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Fix for VPID on OpenVZ systems

(thanks to Wolfgang Frisch)
parent a2f6eea0
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
......
......@@ -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);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment