diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-10 21:46:07 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-10 22:25:06 +0100 |
commit | 5e081de14ab2c5c693d5bf8202f21b2ca77416e2 (patch) | |
tree | 5621c958819e0e03dbf73e42566ae4d3e10f50e5 /src/command/StorageCommands.hxx | |
parent | d1456ae039465dce44516624c1d44ee02b9f7613 (diff) |
IOThread: move EventThread instance into struct Instance
Eliminate global variables.
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r-- | src/command/StorageCommands.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 9765c8412..9d2c34264 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -31,7 +31,7 @@ CommandResult handle_listfiles_storage(Response &r, Storage &storage, const char *uri); CommandResult -handle_listfiles_storage(Response &r, const char *uri); +handle_listfiles_storage(Client &client, Response &r, const char *uri); CommandResult handle_listmounts(Client &client, Request request, Response &response); |