diff options
author | Florin Coras <fcoras@cisco.com> | 2022-02-16 17:59:55 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2022-02-23 21:24:47 +0000 |
commit | f83d6668b083ca9ce502240557d8f6abd8645922 (patch) | |
tree | 024d88482ec4e6cfc5738761ce481b1ec8617c9c /src/plugins/http/http.h | |
parent | 45207e0fb2c46e211ff2e66fb141867d81198d97 (diff) |
http hsa: support multiple listeners for http tps
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ie89326ed4e599231fc20de67c5dadbb428568bec
Diffstat (limited to 'src/plugins/http/http.h')
-rw-r--r-- | src/plugins/http/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index 8a5731ea592..da74459794c 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -165,7 +165,7 @@ typedef struct http_worker_ typedef struct http_main_ { http_worker_t *wrk; - http_conn_t *listener_ctx_pool; + http_conn_t *listener_pool; u32 app_index; clib_timebase_t timebase; |