summaryrefslogtreecommitdiff
path: root/lib/block_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/block_task.cpp')
-rw-r--r--lib/block_task.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_task.cpp b/lib/block_task.cpp
index 9acf525..f2621b1 100644
--- a/lib/block_task.cpp
+++ b/lib/block_task.cpp
@@ -225,6 +225,7 @@ void BlockActor::handle_task(void)
this->stats.work_count++;
this->stats.total_time_work += work_time;
this->stats.total_time_work_other += task_time - work_time;
+ this->stats.time_last_work = work_stop;
}
void BlockActor::consume(const size_t i, const size_t items)