db/update/Service: allocate UpdateWalk dynamically

This commit is contained in:
Max Kellermann
2014-02-27 18:04:24 +01:00
parent 1c772ef699
commit 3f9ad8e104
5 changed files with 28 additions and 19 deletions

View File

@@ -71,14 +71,6 @@ public:
cancel = true;
}
/**
* Call from the main thread before starting the update
* thread.
*/
void Prepare() {
cancel = false;
}
/**
* Returns true if the database was modified.
*/