aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-14 10:25:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-14 10:25:30 +0000
commit99f22366b29bf928a4fb18c36a63bf4d3b122e88 (patch)
tree7a302d0c0ee2c76f2dc2146a58a0a4b6fc54f083 /src/transport/plugin_transport_http.h
parent2a46bac24eaca8ce16d12359e88f4a9d3cf49c28 (diff)
downloadgnunet-99f22366b29bf928a4fb18c36a63bf4d3b122e88.tar.gz
gnunet-99f22366b29bf928a4fb18c36a63bf4d3b122e88.zip
WAN/LAN for HTTP/S
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;