LocalUser struct changes

This commit is contained in:
Valery Yatsko 2008-04-02 14:07:14 +04:00
parent 529088a022
commit 505c5339f9
1 changed files with 3 additions and 3 deletions

View File

@ -287,9 +287,9 @@ struct LocalUser
unsigned long random_ping; unsigned long random_ping;
auth_request_t *auth_request; auth_request_t *auth_request;
/* target change stuff */ /* target change stuff */
uint32_t targets[10]; /* targets were aware of (fnv32(use_id(target_p))) */ void *targets[10]; /* targets were aware of */
unsigned int targinfo[2]; /* cyclic array, no in use */ rb_uint8_t targinfo[2]; /* cyclic array, no in use */
time_t target_last; /* last time we cleared a slot */ time_t target_last; /* last time we cleared a slot */
list_client_t *safelist_data; list_client_t *safelist_data;