*** empty log message ***

svn path=/trunk/boinc/; revision=2366
This commit is contained in:
David Anderson 2003-09-26 20:00:56 +00:00
parent 3050450ff1
commit 4068269b48
2 changed files with 1 additions and 5 deletions

View File

@ -157,8 +157,6 @@ int main(int argc, char **argv) {
retval = boinc_init(standalone);
if (retval) exit(retval);
boinc_mask(); // mask clock signal since we're about to do I/O
#ifdef BOINC_APP_GRAPHICS
strcpy(display_buf, "(none)\0");
retval = boinc_init_opengl();
@ -238,9 +236,7 @@ int main(int argc, char **argv) {
}
}
boinc_unmask();
bool flag = boinc_time_to_checkpoint();
boinc_mask();
if (flag) {
retval = do_checkpoint(out, nchars);
if (retval) {

View File

@ -26,7 +26,7 @@
// NOTE: the goal is to make the full DB available (view *_id files)
// to those who want it,
// while allowing those who want to see only a particular row,
// or the highest-ranked rows, to get this info with limited transfer
// or the highest-ranked rows, to get this info with a small download
//
//
// tables.xml