Main: initialize Database before Storage

This commit is contained in:
Max Kellermann
2014-02-17 22:12:33 +01:00
parent 3af7af0b8f
commit 91729437a0
3 changed files with 14 additions and 19 deletions

View File

@@ -34,6 +34,6 @@ class Error;
*/
Database *
CreateConfiguredDatabase(EventLoop &loop, DatabaseListener &listener,
bool have_storage, bool &is_simple_r, Error &error);
bool &is_simple_r, Error &error);
#endif