aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http-proxy/src/http_proxy.h
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@cisco.com>2020-06-03 14:47:06 +0000
committerGerrit Code Review <gerrit@fd.io>2020-06-03 14:47:06 +0000
commit8340427544b3adedd57736fb13ca69c5549b6fc1 (patch)
treed59244deda4ebe464cd5e849bdbf6316bb70ae67 /apps/http-proxy/src/http_proxy.h
parent58ab29c559fa1801545c500af60b00b74f704bd3 (diff)
parent15458966a342caa0912b7806a755d0d8277ca00f (diff)
Merge "[HICN-610] Override hicn prefix used by http-proxy with one received from configuration."
Diffstat (limited to 'apps/http-proxy/src/http_proxy.h')
-rw-r--r--apps/http-proxy/src/http_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/http-proxy/src/http_proxy.h b/apps/http-proxy/src/http_proxy.h
index aa47d6a92..c3f183af2 100644
--- a/apps/http-proxy/src/http_proxy.h
+++ b/apps/http-proxy/src/http_proxy.h
@@ -96,6 +96,7 @@ class TcpReceiver : public Receiver {
TcpListener listener_;
std::string prefix_;
std::string ipv6_first_word_;
+ std::string prefix_hash_;
std::deque<HTTPClientConnectionCallback*> http_clients_;
std::unordered_set<HTTPClientConnectionCallback*> used_http_clients_;
ForwarderConfig forwarder_config_;