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

@@ -78,16 +78,12 @@ extern WFP_API void wfp_client_dispose(
/// This function must be invoked in a loop while the client is running. It
/// makes the server wait for the next event and processes it.
///
/// \note timeout is ignored
///
/// \param client pointer to client
/// \param timeout_ms unused; set to 0; for backward compatibilty
///
/// \see wfp_client_interrupt
//------------------------------------------------------------------------------
extern WFP_API void wfp_client_service(
struct wfp_client * client,
int timeout_ms);
struct wfp_client * client);
//------------------------------------------------------------------------------
/// \brief interrupt wfp_client_service