X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/68876ea24b3d1782d404a39989ad855b328e5304..57b7610916d2cee677e065bec5c39f80291e9f51:/include/s_conf.h diff --git a/include/s_conf.h b/include/s_conf.h index 584fab5..79a8766 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -46,7 +46,7 @@ struct hostent; struct ip_value { - struct irc_sockaddr_storage ip; + struct rb_sockaddr_storage ip; int ip_mask; int type; }; @@ -271,15 +271,15 @@ struct server_info char *network_desc; int hub; struct sockaddr_in ip; -#ifdef IPV6 +#ifdef RB_IPV6 struct sockaddr_in6 ip6; #endif int specific_ipv4_vhost; -#ifdef IPV6 +#ifdef RB_IPV6 int specific_ipv6_vhost; #endif - int max_clients; + int default_max_clients; }; struct admin_info