diff options
author | Max Kellermann <max@duempel.org> | 2014-02-17 20:53:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 23:24:15 +0100 |
commit | 9e36af791615eb8adcaee956808421271cb1ddff (patch) | |
tree | 280b71eb3bcced4d03b80809ed51e17b159fb7b6 /src/db/DatabasePlugin.hxx | |
parent | 85b8675e7a11a81bda4b4328e19e433768048911 (diff) | |
download | mpd-9e36af791615eb8adcaee956808421271cb1ddff.tar.gz mpd-9e36af791615eb8adcaee956808421271cb1ddff.tar.xz mpd-9e36af791615eb8adcaee956808421271cb1ddff.zip |
DatabasePlugin: add attribute "flags"
Diffstat (limited to '')
-rw-r--r-- | src/db/DatabasePlugin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/DatabasePlugin.hxx b/src/db/DatabasePlugin.hxx index ba6cd1f08..7655d8e2d 100644 --- a/src/db/DatabasePlugin.hxx +++ b/src/db/DatabasePlugin.hxx @@ -35,6 +35,8 @@ class Database; struct DatabasePlugin { const char *name; + unsigned flags; + /** * Allocates and configures a database. */ |