svn path=/trunk/boinc/; revision=21019

This commit is contained in:
David Anderson 2010-03-29 19:08:19 +00:00
parent 6ac9347f15
commit 679fb7132c
1 changed files with 4 additions and 0 deletions

View File

@ -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.