summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-09-16 10:42:40 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-09-16 10:42:40 +0000
commitea2babc8d91518e9a6d3fec586e6fe5f0cc33696 (patch)
tree3856504c82fc3247cea4cff63364dcf5b0ed8c83 /radsecproxy.h
parent7c62bcd00721941f7c28780266edb3076fc8b9d4 (diff)
moved some stuff from rqout to rq
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@380 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h6
1 files changed, 3 insertions, 3 deletions
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;
};