StoragePlugin: pass EventLoop to constructor

This commit is contained in:
Max Kellermann
2014-10-07 19:45:40 +02:00
parent 1aac0b10c9
commit 3d2558bde6
11 changed files with 31 additions and 15 deletions

View File

@@ -180,7 +180,8 @@ SmbclientDirectoryReader::GetInfo(gcc_unused bool follow, FileInfo &info,
}
static Storage *
CreateSmbclientStorageURI(const char *base, Error &error)
CreateSmbclientStorageURI(gcc_unused EventLoop &event_loop, const char *base,
Error &error)
{
if (memcmp(base, "smb://", 6) != 0)
return nullptr;