aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-06 22:13:17 +0200
committerMax Kellermann <max@duempel.org>2014-10-07 06:36:11 +0200
commite5ff85b63c0ef342b11cb1ac5b5808091f51b667 (patch)
treec427a47b9597f0397bfa48ac42ca691ed8f99a10 /Makefile.am
parentf0bb5b84f986798a18aea24540eb4c7c3ab972e7 (diff)
downloadmpd-e5ff85b63c0ef342b11cb1ac5b5808091f51b667.tar.gz
mpd-e5ff85b63c0ef342b11cb1ac5b5808091f51b667.tar.xz
mpd-e5ff85b63c0ef342b11cb1ac5b5808091f51b667.zip
storage/nfs: move code to class MemoryStorageDirectoryReader
Read all directory entries into memory and close the struct nfsdir before returning the StorageDirectoryReader instance. This is what libnfs does, anyway.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 98942e64b..b1e6f2155 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -572,6 +572,7 @@ libstorage_a_SOURCES = \
src/storage/Registry.cxx src/storage/Registry.hxx \
src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx \
src/storage/CompositeStorage.cxx src/storage/CompositeStorage.hxx \
+ src/storage/MemoryDirectoryReader.cxx src/storage/MemoryDirectoryReader.hxx \
src/storage/Configured.cxx src/storage/Configured.hxx \
src/storage/plugins/LocalStorage.cxx src/storage/plugins/LocalStorage.hxx \
src/storage/FileInfo.hxx