mirror of https://github.com/BOINC/boinc.git
parent
470da41c87
commit
931d54044e
|
@ -457,7 +457,7 @@ static void on_timer(int a) {
|
|||
if (heartbeat_giveup_time < now) {
|
||||
fprintf(stderr,
|
||||
"No heartbeat from core client for %f sec - exiting\n",
|
||||
now - (heartbeat_giveup_time - HEARTBEAT_GIVEUP_PERIOD);
|
||||
now - (heartbeat_giveup_time - HEARTBEAT_GIVEUP_PERIOD)
|
||||
);
|
||||
if (options.direct_process_action) {
|
||||
exit(0);
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "boinc_db.h"
|
||||
#include "filesys.h"
|
||||
#include "util.h"
|
||||
#include "error_numbers.h"
|
||||
#include "md5_file.h"
|
||||
|
|
Loading…
Reference in New Issue