From 505c5339f941fb3ded1f5ddfd69ef40288ede30b Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 14:07:14 +0400 Subject: [PATCH] LocalUser struct changes --- include/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/client.h b/include/client.h index 70366ab..94256ad 100644 --- a/include/client.h +++ b/include/client.h @@ -287,9 +287,9 @@ struct LocalUser unsigned long random_ping; 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 */ + /* target change stuff */ + 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;