mirror of https://github.com/BOINC/boinc.git
client: Add code for determining non-BOINC CPU time for GR and PtP clients (Mac & Windows)
svn path=/trunk/boinc/; revision=21171
This commit is contained in:
parent
97333885a0
commit
db6f3b13bb
|
@ -110,7 +110,7 @@ int get_procinfo_XP(vector<PROCINFO>& pi) {
|
|||
p.is_boinc_app = true;
|
||||
}
|
||||
#endif
|
||||
ifdef _PROGRESSTHRUPROCESSORS
|
||||
#ifdef _PROGRESSTHRUPROCESSORS
|
||||
if (strcasestr(p.command, "progressthruprocessors") != NULL) {
|
||||
p.is_boinc_app = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue