*** empty log message ***

svn path=/trunk/boinc/; revision=3892
This commit is contained in:
Daniel Hsu 2004-07-16 01:56:32 +00:00
parent 9987a40114
commit ded233c0c2
3 changed files with 13 additions and 2 deletions

View File

@ -59,7 +59,8 @@ using namespace std;
// Unless otherwise noted, "CPU time" refers to the sum over all episodes
// (not counting the part after the last checkpoint in an episode).
static APP_INIT_DATA aid;
APP_INIT_DATA aid;
APP_CLIENT_SHM *app_client_shm = 0;
static double timer_period = 1.0; // period of API timer
// This determines the resolution of fraction done and CPU time reporting

View File

@ -55,6 +55,8 @@ extern "C" {
} // extern "C"
extern APP_INIT_DATA aid;
/////////// API ENDS HERE
/////////// IMPLEMENTATION STUFF BEGINS HERE

View File

@ -15329,4 +15329,12 @@ Noaa 15 July 2004
"gui_test" with no arguments)
client/
gui_test.C
gui_test.C
Daniel 2004-07-15
- API: made APP_INIT_DATA aid extern so apps can access it (used to set
fraction_done_start and fraction_done_end)
api/
boinc_api.C,h