]> 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 70366aba7a9e69844204009e606e1b7de6d278bb..6f3d62a095f1c44a6244b284aa93068d77d5f0e8 100644 (file)
@@ -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 */
 
@@ -296,8 +296,6 @@ struct LocalUser
 
        char *mangledhost; /* non-NULL if host mangling module loaded and
                              applicable to this client */
-
-       struct rb_sockaddr_storage *lip;        /* alloc before auth/freed after auth */
 };
 
 struct PreClient