From cabc8ba699f76cab751b97014d9375ec74612448 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Sat, 29 Aug 2009 22:06:43 +0000 Subject: naming --- src/util/test_connection_addressing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/test_connection_addressing.c') diff --git a/src/util/test_connection_addressing.c b/src/util/test_connection_addressing.c index de11560d3..17ef4d11a 100644 --- a/src/util/test_connection_addressing.c +++ b/src/util/test_connection_addressing.c @@ -40,7 +40,7 @@ static struct GNUNET_CONNECTION_Handle *lsock; static size_t sofar; -static struct GNUNET_NETWORK_Descriptor *ls; +static struct GNUNET_NETWORK_Handle *ls; @@ -49,12 +49,12 @@ static struct GNUNET_NETWORK_Descriptor *ls; * * @return NULL on error, otherwise the listen socket */ -static struct GNUNET_NETWORK_Descriptor * +static struct GNUNET_NETWORK_Handle * open_listen_socket () { const static int on = 1; struct sockaddr_in sa; - struct GNUNET_NETWORK_Descriptor *desc; + struct GNUNET_NETWORK_Handle *desc; memset (&sa, 0, sizeof (sa)); sa.sin_port = htons (PORT); -- cgit v1.2.3