aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-15 09:38:33 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-15 09:38:33 +0000
commit27f7c2cbede339827597bfcadb469af6745c2e07 (patch)
treeb94229ba2db6c35f0191fc4f5f0f63ecd780c5a4 /src/transport/plugin_transport_udp.h
parentc4f86db382be46c1740a69ce9f0493b4ed1c271d (diff)
downloadgnunet-27f7c2cbede339827597bfcadb469af6745c2e07.tar.gz
gnunet-27f7c2cbede339827597bfcadb469af6745c2e07.zip
- bug hunting
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 3bdf4a561..bab8e6cf0 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -159,6 +159,12 @@ struct Plugin
159 */ 159 */
160 char *bind6_address; 160 char *bind6_address;
161 161
162
163 /**
164 * Bytes currently in buffer
165 */
166 int64_t bytes_in_buffer;
167
162 /** 168 /**
163 * Handle to NAT traversal support. 169 * Handle to NAT traversal support.
164 */ 170 */