compile bug

svn path=/trunk/boinc/; revision=826
This commit is contained in:
David Anderson 2003-01-23 22:13:25 +00:00
parent f5f209829b
commit e7363cc6fc
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,5 @@
#include <vector>
#include "db.h"
using namespace std;
extern void assimilate_handler(WORKUNIT&, vector<RESULT>&, RESULT&);

6
todo
View File

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