aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp_new.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-30 17:41:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-30 17:41:58 +0000
commitf1946d77ecf70629f785c56a68186072ac0d0f01 (patch)
treef55aabb47186da3a0e8b17fffd847c3c048acc7d /src/transport/plugin_transport_udp_new.h
parent46d4852e540132704b1d612f6ca53b8f77674900 (diff)
downloadgnunet-f1946d77ecf70629f785c56a68186072ac0d0f01.tar.gz
gnunet-f1946d77ecf70629f785c56a68186072ac0d0f01.zip
- latest changes
Diffstat (limited to 'src/transport/plugin_transport_udp_new.h')
-rw-r--r--src/transport/plugin_transport_udp_new.h17
1 files changed, 0 insertions, 17 deletions
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
110 110
111}; 111};
112 112
113struct UDPMessageWrapper
114{
115 struct Session *session;
116 struct UDPMessageWrapper *prev;
117 struct UDPMessageWrapper *next;
118 struct UDPMessage *udp;
119 size_t msg_size;
120 /**
121 * Function to call upon completion of the transmission.
122 */
123 GNUNET_TRANSPORT_TransmitContinuation cont;
124
125 /**
126 * Closure for 'cont'.
127 */
128 void *cont_cls;
129};
130 113
131/** 114/**
132 * Encapsulation of all of the state of the plugin. 115 * Encapsulation of all of the state of the plugin.