mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11984
This commit is contained in:
parent
fff8cec228
commit
c51b5b443c
|
@ -1259,3 +1259,9 @@ David 26 Jan 2007
|
||||||
cs_scheduler.C
|
cs_scheduler.C
|
||||||
sched/
|
sched/
|
||||||
file_upload_handler.C
|
file_upload_handler.C
|
||||||
|
|
||||||
|
David 26 Jan 2007
|
||||||
|
- oops! left out one line in the above
|
||||||
|
|
||||||
|
client/
|
||||||
|
cs_scheduler.C
|
||||||
|
|
|
@ -596,6 +596,7 @@ bool CLIENT_STATE::compute_work_requests() {
|
||||||
last_time = gstate.now;
|
last_time = gstate.now;
|
||||||
must_check_work_fetch = false;
|
must_check_work_fetch = false;
|
||||||
|
|
||||||
|
compute_nuploading_results();
|
||||||
adjust_debts();
|
adjust_debts();
|
||||||
|
|
||||||
rr_simulation();
|
rr_simulation();
|
||||||
|
|
Loading…
Reference in New Issue