mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=18854
This commit is contained in:
parent
208f53a51d
commit
f54c37ca75
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue