diff --git a/sched/assimilate_handler.h b/sched/assimilate_handler.h index 86fe74d2bd..f969d96ee9 100644 --- a/sched/assimilate_handler.h +++ b/sched/assimilate_handler.h @@ -1,4 +1,5 @@ #include #include "db.h" +using namespace std; extern void assimilate_handler(WORKUNIT&, vector&, RESULT&); diff --git a/todo b/todo index 0e278c2ccd..ce219444cc 100755 --- a/todo +++ b/todo @@ -9,17 +9,15 @@ BUGS (arranged from high to low priority) and new workunit starts - "ACTIVE_TASK.check_app_status_files: could not delete slots\0\fraction_done.xml: -110" appears in stderr.txt on Windows -- "no work available" appears sporadically though work is eventually assigned, - not sure if it is assigned immediately or on next RPC - Should include option in Windows client or installer whether to run client at startup or not - Screensaver "blank screen" functionality not implemented -- Scheduler reply includes blank lines that XML parser complains about - boinc_gui.exe priority should be lower (?), launched app priorities should be very low - on final panel of install, add checkbox to let user view readme - Time to completion isn't too accurate, this is more of an Astropulse problem involving fraction_done +- Multiple CPU support not functional - Report problems page on maggie doesn't link to anything - Host stats incorrectly reports number of times connected with same ip (unconfirmed) @@ -27,8 +25,6 @@ BUGS (arranged from high to low priority) should there be a user control for this? - Client treats URL "maggie/ap/" different than URL "maggie/ap", though this isn't really a bug it might be good to fix anyway -- Astropulse uses a lot of memory (~70 MB) b/c of the dispersion table, - should this be decreased? - CPU time for a completed workunit is incorrect (unconfirmed) - verify that if file xfer is interrupted, it resumes at right place (and progress bar is correct)