[BACK]Return to netdb.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/netdb.h between version 1.11 and 1.12

version 1.11, 2000/10/04 22:54:23 version 1.12, 2001/02/21 15:12:00
Line 179 
Line 179 
         int ai_family;          /* protocol family for socket */          int ai_family;          /* protocol family for socket */
         int ai_socktype;        /* socket type */          int ai_socktype;        /* socket type */
         int ai_protocol;        /* protocol for socket */          int ai_protocol;        /* protocol for socket */
         int ai_addrlen;         /* length of socket-address */          socklen_t ai_addrlen;   /* length of socket-address */
         struct sockaddr *ai_addr; /* socket-address for socket */          struct sockaddr *ai_addr; /* socket-address for socket */
         char *ai_canonname;     /* canonical name for service location (iff req) */          char *ai_canonname;     /* canonical name for service location (iff req) */
         struct addrinfo *ai_next; /* pointer to next in list */          struct addrinfo *ai_next; /* pointer to next in list */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12