From 772a55eacedd6a21e484d372c6436d9ef5138934 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 7 Jan 2009 11:39:11 +0000 Subject: renamed struct queue to gqueue due to solaris defining queue git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@452 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udp.c') diff --git a/udp.c b/udp.c index 54cc97b..2c8ca7f 100644 --- a/udp.c +++ b/udp.c @@ -64,7 +64,7 @@ static const struct protodefs protodefs = { static int client4_sock = -1; static int client6_sock = -1; -static struct queue *server_replyq = NULL; +static struct gqueue *server_replyq = NULL; static struct addrinfo *srcres = NULL; static uint8_t handle; @@ -290,7 +290,7 @@ void *udpserverrd(void *arg) { } void *udpserverwr(void *arg) { - struct queue *replyq = (struct queue *)arg; + struct gqueue *replyq = (struct gqueue *)arg; struct request *reply; struct sockaddr_storage to; -- cgit v1.1