From 679fb7132c03b378a07ab767c2c767d93d03b904 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 29 Mar 2010 19:08:19 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=21019 --- client/client_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/client_types.h b/client/client_types.h index 79d1702dfd..eb59f849d9 100644 --- a/client/client_types.h +++ b/client/client_types.h @@ -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.