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

@ -288,8 +288,8 @@ struct LocalUser
auth_request_t *auth_request;
/* 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 */
void *targets[10]; /* targets were aware of */
rb_uint8_t targinfo[2]; /* cyclic array, no in use */
time_t target_last; /* last time we cleared a slot */
list_client_t *safelist_data;