From 2cf2cbdae8d5c1bf47888f8e2fe3b974105be362 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 27 May 2010 19:46:09 +0000 Subject: [PATCH] - client: fix elasped time tracking bug client/ app_start.cpp svn path=/trunk/boinc/; revision=21647 --- checkin_notes | 6 ++++++ client/app_start.cpp | 1 + 2 files changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index 54ec2cef74..9ae1a2c5d6 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/app_start.cpp b/client/app_start.cpp index 870bcd3ee6..c13bf5aa1d 100644 --- a/client/app_start.cpp +++ b/client/app_start.cpp @@ -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);