compile fixes

svn path=/trunk/boinc/; revision=17020
This commit is contained in:
David Anderson 2009-01-26 17:57:26 +00:00
parent 574d1fe087
commit f9004c3929
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#endif
CLIENT_STATE gstate;
COPROC_CUDA* coproc_cuda;
NET_STATUS net_status;
bool user_active;
double duration = 86400, delta = 60;

View File

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