aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 6835beab4..84a92c284 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -325,6 +325,11 @@ struct Session
325 size_t addrlen; 325 size_t addrlen;
326 326
327 /** 327 /**
328 * ATS network type in NBO
329 */
330 uint32_t ats_address_network_type;
331
332 /**
328 * To whom are we talking to 333 * To whom are we talking to
329 */ 334 */
330 struct GNUNET_PeerIdentity target; 335 struct GNUNET_PeerIdentity target;