mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8900
This commit is contained in:
parent
40d1162e35
commit
fc1050b458
|
@ -13799,3 +13799,10 @@ Rom 21 Nov 2005
|
|||
|
||||
clientgui/
|
||||
MainDocument.cpp
|
||||
|
||||
Rom 21 Nov 2005
|
||||
- Remove duplicate call to scheduler_rpc_poll in
|
||||
CLIENT_STATE::poll_slow_events().
|
||||
|
||||
client/
|
||||
client_state.C
|
||||
|
|
|
@ -519,7 +519,6 @@ bool CLIENT_STATE::poll_slow_events() {
|
|||
|
||||
ss_logic.poll();
|
||||
POLL_ACTION(active_tasks , active_tasks.poll );
|
||||
POLL_ACTION(scheduler_rpc , scheduler_rpc_poll );
|
||||
POLL_ACTION(garbage_collect , garbage_collect );
|
||||
POLL_ACTION(update_results , update_results );
|
||||
POLL_ACTION(gui_http , gui_http.poll );
|
||||
|
|
Loading…
Reference in New Issue