aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/MemoryDirectoryReader.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann2014-10-071-0/+67
Read all directory entries into memory and close the struct nfsdir before returning the StorageDirectoryReader instance. This is what libnfs does, anyway.