mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2366
This commit is contained in:
parent
3050450ff1
commit
4068269b48
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue