From cabc8ba699f76cab751b97014d9375ec74612448 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Sat, 29 Aug 2009 22:06:43 +0000 Subject: naming --- src/upnp/upnp.c | 4 ++-- src/upnp/upnp_init.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/upnp') diff --git a/src/upnp/upnp.c b/src/upnp/upnp.c index afc815b1f..8b4937cea 100644 --- a/src/upnp/upnp.c +++ b/src/upnp/upnp.c @@ -104,7 +104,7 @@ typedef struct char *full_url; char *buf; unsigned int buf_len; - struct GNUNET_NETWORK_Descriptor *sock; + struct GNUNET_NETWORK_Handle *sock; } UPnPDiscoveryData; static GaimUPnPControlInfo control_info = { @@ -543,7 +543,7 @@ gaim_upnp_parse_description (char *proxy, UPnPDiscoveryData * dd) } int -gaim_upnp_discover (struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_NETWORK_Descriptor *sock) +gaim_upnp_discover (struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_NETWORK_Handle *sock) { char *proxy; socklen_t avail; diff --git a/src/upnp/upnp_init.c b/src/upnp/upnp_init.c index 8390494e5..b0eb77c32 100644 --- a/src/upnp/upnp_init.c +++ b/src/upnp/upnp_init.c @@ -50,7 +50,7 @@ static unsigned int maps_size; static struct GNUNET_ThreadHandle *discovery; -static struct GNUNET_NETWORK_Descriptor *discovery_socket; +static struct GNUNET_NETWORK_Handle *discovery_socket; /** * Obtain the public/external IP address. -- cgit v1.2.3