aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index fe098c3f6..d1c770a11 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -218,7 +218,8 @@ struct connectdata {
#define PROT_FILE (1<<8)
#ifdef ENABLE_IPV6
- struct addrinfo *res;
+ struct addrinfo *hp; /* host info pointer list */
+ struct addrinfo *ai; /* the particular host we use */
#else
char *hostent_buf; /* pointer to allocated memory for name info */
struct hostent *hp;