1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

removed server timeout (breaking change)

This commit is contained in:
Falk Werner
2020-04-06 20:44:18 +02:00
parent 74c1c44655
commit 357ca12e65
6 changed files with 8 additions and 18 deletions

View File

@@ -23,8 +23,7 @@ void wf_server_dispose(
}
void wf_server_service(
struct wf_server * server,
int WF_UNUSED_PARAM(imeout_ms))
struct wf_server * server)
{
wf_impl_server_service(server);
}

View File

@@ -231,8 +231,7 @@ void wfp_client_dispose(
}
void wfp_client_service(
struct wfp_client * client,
int WF_UNUSED_PARAM(timeout_ms))
struct wfp_client * client)
{
wfp_impl_client_service(client);
}