From ea2babc8d91518e9a6d3fec586e6fe5f0cc33696 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 16 Sep 2008 10:42:40 +0000 Subject: moved some stuff from rqout to rq git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@380 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 00a185d..d1dcaef 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -49,6 +49,9 @@ struct request { struct client *from; struct sockaddr_storage fromsa; /* used by udpservwr */ int fromudpsock; /* used by udpservwr */ + char *origusername; + char origauth[16]; /* used by servwr */ + uint8_t origid; /* used by servwr */ }; /* requests that our client will send */ @@ -58,9 +61,6 @@ struct rqout { uint8_t tries; uint8_t received; struct timeval expiry; - char *origusername; - uint8_t origid; /* used by servwr */ - char origauth[16]; /* used by servwr */ struct request *rq; }; -- cgit v1.1