X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fevent_client.h;h=c8a4bafe3e41eeb02220b9dfbed8c5ed992de30e;hp=0b71c743e02833f1ed4becc4812498ea88a8aed4;hb=cf7cb2463d47a4a9ed36c8d1c13f188418389437;hpb=5268c0a9bf8202336b9e3e8b86f45d9d010f2811 diff --git a/citadel/event_client.h b/citadel/event_client.h index 0b71c743e..c8a4bafe3 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -165,11 +165,11 @@ eNextState QueueDBOperation(AsyncIO *IO, IO_CallBack CB); eNextState QueueEventContext(AsyncIO *IO, IO_CallBack CB); eNextState QueueCurlContext(AsyncIO *IO); -eNextState InitEventIO(AsyncIO *IO, - void *pData, - double conn_timeout, - double first_rw_timeout, - int ReadFirst); +eNextState EvConnectSock(AsyncIO *IO, + void *pData, + double conn_timeout, + double first_rw_timeout, + int ReadFirst); void IO_postdns_callback(struct ev_loop *loop, ev_idle *watcher, int revents); int QueueQuery(ns_type Type, const char *name, AsyncIO *IO, DNSQueryParts *QueryParts, IO_CallBack PostDNS);