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

This commit is contained in:
David Anderson 2009-08-17 21:20:23 +00:00
parent 208f53a51d
commit f54c37ca75
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
CLIENT_STATE gstate; CLIENT_STATE gstate;
COPROC_CUDA* coproc_cuda; COPROC_CUDA* coproc_cuda;
COPROC_ATI* coproc_ati;
NET_STATUS net_status; NET_STATUS net_status;
bool user_active; bool user_active;
double duration = 86400, delta = 60; double duration = 86400, delta = 60;

View File

@ -293,6 +293,7 @@ public:
extern CLIENT_STATE gstate; extern CLIENT_STATE gstate;
extern COPROC_CUDA* coproc_cuda; extern COPROC_CUDA* coproc_cuda;
extern COPROC_ATI* coproc_ati;
extern NET_STATUS net_status; extern NET_STATUS net_status;
extern FILE* logfile; extern FILE* logfile;
extern bool user_active; extern bool user_active;