diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-14 10:25:30 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-14 10:25:30 +0000 |
commit | 99f22366b29bf928a4fb18c36a63bf4d3b122e88 (patch) | |
tree | 7a302d0c0ee2c76f2dc2146a58a0a4b6fc54f083 /src/transport/plugin_transport_http.h | |
parent | 2a46bac24eaca8ce16d12359e88f4a9d3cf49c28 (diff) |
WAN/LAN for HTTP/S
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r-- | src/transport/plugin_transport_http.h | 5 |
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 size_t addrlen; /** + * ATS network type in NBO + */ + uint32_t ats_address_network_type; + + /** * To whom are we talking to */ struct GNUNET_PeerIdentity target; |