mirror of https://github.com/BOINC/boinc.git
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:
parent
0d2a0ad9a3
commit
2e68405506
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue