From 99f22366b29bf928a4fb18c36a63bf4d3b122e88 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 14 Dec 2011 10:25:30 +0000 Subject: WAN/LAN for HTTP/S --- src/transport/plugin_transport_http.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/transport/plugin_transport_http.h') 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 @@ -324,6 +324,11 @@ struct Session */ size_t addrlen; + /** + * ATS network type in NBO + */ + uint32_t ats_address_network_type; + /** * To whom are we talking to */ -- cgit v1.2.3