mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=21019
This commit is contained in:
parent
6ac9347f15
commit
679fb7132c
|
@ -205,13 +205,17 @@ struct PROJECT {
|
|||
bool no_cpu_pref;
|
||||
bool no_cuda_pref;
|
||||
bool no_ati_pref;
|
||||
|
||||
// the following are from the project itself
|
||||
bool no_cpu_apps;
|
||||
bool no_cuda_apps;
|
||||
bool no_ati_apps;
|
||||
|
||||
// the following set dynamically
|
||||
bool cuda_low_mem;
|
||||
// this project has a CUDA job for which there's insuff. video RAM
|
||||
bool ati_low_mem;
|
||||
// same, ATI
|
||||
|
||||
/// logically, this belongs in the client state file
|
||||
/// rather than the account file.
|
||||
|
|
Loading…
Reference in New Issue