just use the ParsedURL to bear our destination address & port
[citadel.git] / citadel / event_client.h
index 4bd86bd9f52171e8b6a5742ad0503a6a467232a8..a8534b1486b8df7d6baa981bd1e994ba2169be57 100644 (file)
@@ -32,20 +32,16 @@ typedef struct _DNSQueryParts {
 
 
 struct AsyncIO {
-       StrBuf *Host;
-       char service[32];
-
-       /* To cycle through several possible services... * /
-       struct addrinfo *res;
-       struct addrinfo *curr_ai;
-       */
 
        /* connection related */
+       ParsedURL *ConnectMe;
+/*
        int IP6;
        struct sockaddr_in6 *Addr;
+       unsigned short dport;
 
+*/
        int sock;
-       unsigned short dport;
                eNextState NextState;
        
        ev_cleanup abort_by_shutdown;