aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-09 07:44:07 +0100
committerMax Kellermann <max@duempel.org>2014-02-09 11:07:08 +0100
commita9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5 (patch)
tree48d05a139b59f9e86d78e31170e92072f45564d4 /src/Instance.hxx
parent59ce67e2e55098c8cbe1707e8a32900128345315 (diff)
downloadmpd-a9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5.tar.gz
mpd-a9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5.tar.xz
mpd-a9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5.zip
Main: wrap the Storage instance in CompositeStorage
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r--src/Instance.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx
index 131a71fc3..fa7711ab9 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -63,6 +63,10 @@ struct Instance final
#ifdef ENABLE_DATABASE
Database *database;
+ /**
+ * This is really a #CompositeStorage. To avoid heavy include
+ * dependencies, we declare it as just #Storage.
+ */
Storage *storage;
UpdateService *update;