]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
Reverting to 398.. trying again with native charybdis hash
[irc/rqf/shadowircd.git] / include / client.h
index 94256ade42979f4d660216f36e6fbd9c5c016796..70366aba7a9e69844204009e606e1b7de6d278bb 100644 (file)
@@ -287,9 +287,9 @@ struct LocalUser
        unsigned long random_ping;
        auth_request_t  *auth_request;
 
-       /* target change stuff */\r
-       void *targets[10];              /* targets were aware of */\r
-       rb_uint8_t targinfo[2]; /* cyclic array, no in use */\r
+       /* target change stuff */
+       uint32_t targets[10];           /* targets were aware of (fnv32(use_id(target_p))) */
+       unsigned int targinfo[2];       /* cyclic array, no in use */
        time_t target_last;             /* last time we cleared a slot */
 
        list_client_t *safelist_data;