I assume that it is interrupt_count and not the undefined interrupt_time - if this is not the case please change it.

svn path=/trunk/boinc/; revision=6784
This commit is contained in:
Janus B. Kristensen 2005-07-23 10:53:48 +00:00
parent 0d2a0ad9a3
commit 2e68405506
2 changed files with 10 additions and 1 deletions

View File

@ -539,7 +539,7 @@ static void handle_process_control_msg() {
}
boinc_sleep(1.0);
}
heartbeat_giveup_time = interrupt_time + HEARTBEAT_GIVEUP_PERIOD;
heartbeat_giveup_time = interrupt_count + HEARTBEAT_GIVEUP_PERIOD;
#endif
}
}

View File

@ -9502,3 +9502,12 @@ David 23 July 2005
gui_rpc_server.C,h
lib/
shmem.C
Janus 23 July 2005
- API: Compile error in the previous checkin due to undefined
variable interrupt_time. I assume it should be interrupt_count.
Please change if this isn't right...
/api/
boinc_api.C