aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Open.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-07 13:56:34 +0100
committerMax Kellermann <max@duempel.org>2014-11-07 13:57:57 +0100
commit362e73bea88c8bf4a59e16939da615bf5ddf0558 (patch)
tree17b66257011fd481b9b9d3d6a0ba329b40924a97 /src/input/Open.cxx
parent9f8c2b3b566874e70dd3f88dd170dee54d811dbd (diff)
downloadmpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.tar.gz
mpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.tar.xz
mpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.zip
input/Open: expose input_domain
Diffstat (limited to '')
-rw-r--r--src/input/Open.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/Open.cxx b/src/input/Open.cxx
index 18572d6b2..66ccdce74 100644
--- a/src/input/Open.cxx
+++ b/src/input/Open.cxx
@@ -22,14 +22,13 @@
#include "Registry.hxx"
#include "InputPlugin.hxx"
#include "LocalOpen.hxx"
+#include "Domain.hxx"
#include "plugins/RewindInputPlugin.hxx"
#include "fs/Traits.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
-static constexpr Domain input_domain("input");
-
InputStream *
InputStream::Open(const char *url,
Mutex &mutex, Cond &cond,