- fix last checkin

svn path=/trunk/boinc/; revision=25456
This commit is contained in:
David Anderson 2012-03-19 20:26:48 +00:00
parent 3782dca107
commit 64210d0420
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ void procinfo_non_boinc(PROCINFO& pi, PROC_MAP& pm) {
// on some systems they use nontrivial CPU time
// TODO: do this only if we're running a vbox app
//
if (strstr(p.command, "VBox")) continue;
if (strstr(p.command, "VBoxSVC")) continue;
if (strstr(p.command, "VBoxXPCOMIPCD")) continue;
#if 0
if (p.user_time > .1) {