X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.h;h=3aec485a164655f70f54d544549e8878ae4ad257;hb=d268f98de5cfcd79b55869b79cc08db6e028c108;hp=39a9c11bebc57294fce34681e22484c6755a25aa;hpb=ed1626a8680415154da2f2f81d943e7bbbadc717;p=citadel.git diff --git a/citadel/event_client.h b/citadel/event_client.h index 39a9c11be..3aec485a1 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -30,6 +30,8 @@ struct AsyncIO { struct addrinfo *curr_ai; /* connection related */ + int IP6; + struct hostent *HEnt; int sock; int active_event; eNextState NextState; @@ -83,7 +85,6 @@ void InitEventIO(AsyncIO *IO, IO_CallBack Terminate, IO_CallBack Timeout, IO_CallBack ConnFail, - IO_CallBack CustomDNS, IO_LineReaderCallback LineReader, int ReadFirst);