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

This commit is contained in:
David Anderson 2009-12-02 04:47:42 +00:00
parent 59328aaccb
commit ba3c7f0f7b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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())