*** empty log message ***

svn path=/trunk/boinc/; revision=4849
This commit is contained in:
David Anderson 2004-12-15 00:38:19 +00:00
parent f5a552e006
commit 2da526fa0d
2 changed files with 11 additions and 1 deletions

View File

@ -240,6 +240,10 @@ bool throttled_app_render(int x, int y, double t) {
return false;
}
int boinc_get_init_data(APP_INIT_DATA& app_init_data) {
return bmsp->boinc_get_init_data_hook(app_init_data);
}
#ifdef __GNUC__
static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$";
#else

View File

@ -21289,8 +21289,14 @@ David 14 Dec 2004
win_build/
upper_case.vcproj
David 13 Dec 2004
David 14 Dec 2004
- Added code to validator to maintain host.avg_turnaround
sched/
validator.C
David 14 Dec 2004
- Added a version of boinc_get_init_data() to graphics_impl.C
api/
graphics_impl.C