]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
Some global structs cleaned up a bit in their initalization and declarations.
[irc/rqf/shadowircd.git] / include / client.h
index 943098e6fed6f4ff3ff6560ec2909f7c36607e71..6f3d62a095f1c44a6244b284aa93068d77d5f0e8 100644 (file)
@@ -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 */