mirror of https://github.com/BOINC/boinc.git
- fix last checkin
svn path=/trunk/boinc/; revision=25456
This commit is contained in:
parent
3782dca107
commit
64210d0420
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue