LocalUser struct changes
This commit is contained in:
parent
529088a022
commit
505c5339f9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue