Skip to content

Commit

Permalink
Win build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Oct 30, 2024
1 parent b40050c commit b9eb3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/procinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ double boinc_related_cpu_time(PROC_MAP& pm, bool vbox_app_running) {
if (
p.is_boinc_app
|| p.is_low_priority
|| (vbox_app_running && strcasestr(p.command, "vbox"))
|| (vbox_app_running && strstr(p.command, "VBox"))
// if a VBox app is running,
// count VBox processes as BOINC-related
// e.g. VBoxHeadless.exe and VBoxSVC.exe on Win
Expand Down

0 comments on commit b9eb3c6

Please sign in to comment.