Add IPv6 support.
[srvx.git] / src / hash.h
index 443f9f4ddd5a41af8d1ddbd1d878f5abb6ce0f6f..975ccf44ad355de9d487a9fecf33ffc14b64393e 100644 (file)
@@ -108,7 +108,7 @@ struct userNode {
     unsigned int num_local : 18;
 #endif
     unsigned int dead : 1;        /* Is user waiting to be recycled? */
-    struct in_addr ip;            /* User's IP address */
+    irc_in_addr_t ip;             /* User's IP address */
     long modes;                   /* user flags +isw etc... */
 
     time_t timestamp;             /* Time of last nick change */