X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.c;h=b45367d08f71ac784ad9960c2602a34f8fbbe916;hb=757d27c6e4c9eefec77b1b4c4c41ea2a8b312007;hp=4ba983220e947352014fea149c83082b72872a7e;hpb=f73ec44ea6fb12fe23b7a021993dff8a28cbe0f7;p=citadel.git diff --git a/citadel/event_client.c b/citadel/event_client.c index 4ba983220..b45367d08 100644 --- a/citadel/event_client.c +++ b/citadel/event_client.c @@ -336,7 +336,12 @@ IO_recv_callback(struct ev_loop *loop, ev_io *watcher, int revents) } } - +void +IO_postdns_callback(struct ev_loop *loop, ev_timer *watcher, int revents) +{ + AsyncIO *IO = watcher->data; + IO->PostDNS(IO); +} eNextState event_connect_socket(AsyncIO *IO, double conn_timeout, double first_rw_timeout) {