db/DatabasePlugin: add #EventLoop parameter documentation

This commit is contained in:
Max Kellermann
2017-08-24 19:45:23 +02:00
parent 0b93f52ba4
commit 7e76656a18
5 changed files with 20 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ class Database;
* Throws #std::runtime_error on error.
*/
Database *
CreateConfiguredDatabase(EventLoop &loop, DatabaseListener &listener);
CreateConfiguredDatabase(EventLoop &main_event_loop,
DatabaseListener &listener);
#endif