Removed resolver cache, cleanup client code
[ircu2.10.12-pk.git] / include / client.h
index 4d61472e7f12c13f0f0598773c828b2ccb6b879a..ec918b007d08d24acc9fd831909b33d8368722f9 100644 (file)
@@ -53,7 +53,6 @@ struct SLink;
 struct Server;
 struct User;
 struct Whowas;
-struct DNSReply;
 struct hostent;
 struct Privs;
 struct AuthRequest;
@@ -191,7 +190,7 @@ struct Connection
   struct SLink*       con_confs; /* Configuration record associated */
   HandlerType         con_handler; /* message index into command table
                                      for parsing */
-  struct DNSReply*    con_dns_reply; /* DNS reply used during client
+  struct hostent*    con_dns_reply; /* DNS reply used during client
                                        registration */
   struct ListingArgs* con_listing;
   unsigned int        con_max_sendq; /* cached max send queue for client */