Ticket #450: always_checkpoint.c

File always_checkpoint.c, 115 bytes (added by Nicolas, 17 years ago)

A really simple workaround: make it checkpoint always

Line 
1if (boinc_is_standalone() || boinc_time_to_checkpoint() {
2    //checkpoint
3    boinc_checkpoint_completed();
4}