mirror of https://github.com/BOINC/boinc.git
parent
574d1fe087
commit
f9004c3929
|
@ -51,6 +51,7 @@
|
|||
#endif
|
||||
|
||||
CLIENT_STATE gstate;
|
||||
COPROC_CUDA* coproc_cuda;
|
||||
NET_STATUS net_status;
|
||||
bool user_active;
|
||||
double duration = 86400, delta = 60;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue