X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.h;fp=citadel%2Fevent_client.h;h=8777a34333d9509c2a30f7a134d1c30fb3530ff2;hb=aea6f452f4ae9c17d942d2eabab6a75671f5c6d6;hp=a5e0c326f5e0b08a401b4020a5605eeda04bbc22;hpb=62c7a6129686ff3aaccc0efac27588677925d226;p=citadel.git diff --git a/citadel/event_client.h b/citadel/event_client.h index a5e0c326f..8777a3433 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -283,7 +283,7 @@ void FreeAsyncIOContents(AsyncIO *IO); eNextState NextDBOperation(AsyncIO *IO, IO_CallBack CB); eNextState QueueDBOperation(AsyncIO *IO, IO_CallBack CB); -eNextState EventQueueDBOperation(AsyncIO *IO, IO_CallBack CB); +eNextState EventQueueDBOperation(AsyncIO *IO, IO_CallBack CB, int CloseFDs); void StopDBWatchers(AsyncIO *IO); eNextState QueueEventContext(AsyncIO *IO, IO_CallBack CB); eNextState QueueCurlContext(AsyncIO *IO);