From 7dd66d70b0470b76b44eb5416f143f080789b27a Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 18 Sep 2007 15:06:15 +0000 Subject: now changed to allow prefix/prefixlen for host git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@159 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 2516074..5342363 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -82,7 +82,8 @@ struct clsrvconf { uint8_t statusserver; SSL_CTX *ssl_ctx; struct addrinfo *addrinfo; - struct client *clients; + uint8_t prefixlen; + struct list *clients; struct server *servers; }; @@ -90,6 +91,7 @@ struct client { struct clsrvconf *conf; SSL *ssl; struct replyq *replyq; + struct client *next; }; struct server { -- cgit v1.1