From eec6d0995982a59960dfb38cddad8bf4567e6b3c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 4 Feb 2014 18:51:01 +0100 Subject: db/update/Service: use DatabaseListener instead of Instance Don't use the global variable "instance". --- src/db/update/Service.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/db/update/Service.hxx') diff --git a/src/db/update/Service.hxx b/src/db/update/Service.hxx index 815be6dbc..a41c311b6 100644 --- a/src/db/update/Service.hxx +++ b/src/db/update/Service.hxx @@ -27,6 +27,7 @@ #include "thread/Thread.hxx" class SimpleDatabase; +class DatabaseListener; /** * This class manages the update queue and runs the update thread. @@ -40,6 +41,8 @@ class UpdateService final : DeferredMonitor { SimpleDatabase &db; + DatabaseListener &listener; + Progress progress; bool modified; @@ -57,7 +60,8 @@ class UpdateService final : DeferredMonitor { UpdateWalk walk; public: - UpdateService(EventLoop &_loop, SimpleDatabase &_db); + UpdateService(EventLoop &_loop, SimpleDatabase &_db, + DatabaseListener &_listener); /** * Returns a non-zero job id when we are currently updating -- cgit v1.2.3