From f1946d77ecf70629f785c56a68186072ac0d0f01 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 30 Jan 2012 17:41:58 +0000 Subject: - latest changes --- src/transport/plugin_transport_udp_new.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/transport/plugin_transport_udp_new.h') diff --git a/src/transport/plugin_transport_udp_new.h b/src/transport/plugin_transport_udp_new.h index b565f9cb6..757135120 100644 --- a/src/transport/plugin_transport_udp_new.h +++ b/src/transport/plugin_transport_udp_new.h @@ -110,23 +110,6 @@ struct UDPMessage }; -struct UDPMessageWrapper -{ - struct Session *session; - struct UDPMessageWrapper *prev; - struct UDPMessageWrapper *next; - struct UDPMessage *udp; - size_t msg_size; - /** - * Function to call upon completion of the transmission. - */ - GNUNET_TRANSPORT_TransmitContinuation cont; - - /** - * Closure for 'cont'. - */ - void *cont_cls; -}; /** * Encapsulation of all of the state of the plugin. -- cgit v1.2.3