IOThread: move EventThread instance into struct Instance
Eliminate global variables.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user