- client: fix elasped time tracking bug

client/
        app_start.cpp

svn path=/trunk/boinc/; revision=21647
This commit is contained in:
Rom Walton 2010-05-27 19:46:09 +00:00
parent ede763f160
commit 2cf2cbdae8
2 changed files with 7 additions and 0 deletions

View File

@ -3885,3 +3885,9 @@ David 26 May 2010
client/
app_start.cpp
Rom 27 May 2010
- client: fix elasped time tracking bug
client/
app_start.cpp

View File

@ -425,6 +425,7 @@ int ACTIVE_TASK::start(bool first_time) {
}
current_cpu_time = checkpoint_cpu_time;
elapsed_time = checkpoint_elapsed_time;
graphics_request_queue.init(result->name); // reset message queues
process_control_queue.init(result->name);