DatabasePlugin: add attribute "flags"

This commit is contained in:
Max Kellermann
2014-02-17 20:53:17 +01:00
parent 85b8675e7a
commit 9e36af7916
4 changed files with 5 additions and 0 deletions

View File

@@ -780,5 +780,6 @@ ProxyDatabase::GetStats(const DatabaseSelection &selection,
const DatabasePlugin proxy_db_plugin = {
"proxy",
0,
ProxyDatabase::Create,
};