X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/21c9d815d7293b2fa7e531e8f9f69db2e3399554..7bab07d4d30245bf5ba272b236dc7b1c1e309c4d:/include/client.h diff --git a/include/client.h b/include/client.h index 943098e..6f3d62a 100644 --- a/include/client.h +++ b/include/client.h @@ -233,7 +233,7 @@ struct LocalUser conf_item_t *att_conf; /* attached conf */ struct server_conf *att_sconf; - struct irc_sockaddr_storage ip; + struct rb_sockaddr_storage ip; time_t last_nick_change; int number_of_nick_changes; @@ -254,7 +254,7 @@ struct LocalUser /* time challenge response is valid for */ time_t chal_time; - int ctrlfd; /* For servers: + rb_fde_t *ctrlF; /* For servers: control fd used for sending commands to servlink */