mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=19763
This commit is contained in:
parent
59328aaccb
commit
ba3c7f0f7b
|
@ -519,7 +519,7 @@ void CLIENT_STATE::reset_debt_accounting() {
|
|||
void CLIENT_STATE::adjust_debts() {
|
||||
unsigned int i;
|
||||
double total_short_term_debt = 0;
|
||||
double rrs, rrs_cuda, rrs_ati;
|
||||
double rrs, rrs_cuda=0, rrs_ati=0;
|
||||
int nprojects=0, nrprojects=0;
|
||||
PROJECT *p;
|
||||
double share_frac;
|
||||
|
|
|
@ -226,7 +226,7 @@ private:
|
|||
double potentially_runnable_resource_share();
|
||||
double nearly_runnable_resource_share();
|
||||
public:
|
||||
double runnable_resource_share();
|
||||
double runnable_resource_share(int);
|
||||
void request_work_fetch(const char*);
|
||||
// Check if work fetch needed. Called when:
|
||||
// - core client starts (CS::init())
|
||||
|
|
Loading…
Reference in New Issue