aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Queue.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/update/Queue: use std::list instead of std::queueMax Kellermann2014-02-271-3/+2
| | | | | | The problem with std::queue is that it doesn't give us enough control. The method Clear() is a kludge already, but soon, we'll need filtering.
* db/update: cancel the update on shutdownMax Kellermann2014-02-271-0/+4
|
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+55
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.