mirror of https://github.com/BOINC/boinc.git
- client: fix elasped time tracking bug
client/ app_start.cpp svn path=/trunk/boinc/; revision=21647
This commit is contained in:
parent
ede763f160
commit
2cf2cbdae8
|
@ -3885,3 +3885,9 @@ David 26 May 2010
|
||||||
|
|
||||||
client/
|
client/
|
||||||
app_start.cpp
|
app_start.cpp
|
||||||
|
|
||||||
|
Rom 27 May 2010
|
||||||
|
- client: fix elasped time tracking bug
|
||||||
|
|
||||||
|
client/
|
||||||
|
app_start.cpp
|
||||||
|
|
|
@ -425,6 +425,7 @@ int ACTIVE_TASK::start(bool first_time) {
|
||||||
}
|
}
|
||||||
|
|
||||||
current_cpu_time = checkpoint_cpu_time;
|
current_cpu_time = checkpoint_cpu_time;
|
||||||
|
elapsed_time = checkpoint_elapsed_time;
|
||||||
|
|
||||||
graphics_request_queue.init(result->name); // reset message queues
|
graphics_request_queue.init(result->name); // reset message queues
|
||||||
process_control_queue.init(result->name);
|
process_control_queue.init(result->name);
|
||||||
|
|
Loading…
Reference in New Issue