]> code.citadel.org Git - citadel.git/blobdiff - citadel/event_client.h
EVENT Client: parametrize when to close the fd on detach or not
[citadel.git] / citadel / event_client.h
index 20c2bfe40d287a593441efd880502dc3befa0d31..320beb746cb3a6e7d72e53e6a399050261030ef2 100644 (file)
@@ -266,7 +266,7 @@ void QueryCbDone(AsyncIO *IO);
 
 void StopClient(AsyncIO *IO);
 
-void StopClientWatchers(AsyncIO *IO);
+void StopClientWatchers(AsyncIO *IO, int CloseFD);
 
 void SetNextTimeout(AsyncIO *IO, double timeout);
 
@@ -303,6 +303,9 @@ int InitcURLIOStruct(AsyncIO *IO,
                     IO_CallBack DBTerminate,
                     IO_CallBack ShutdownAbort);
 
+void StopCurlWatchers(AsyncIO *IO);
+
+
 eNextState ReAttachIO(AsyncIO *IO,
                      void *pData,
                      int ReadFirst);