aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
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 */