diff options
author | Florin Coras <fcoras@cisco.com> | 2022-02-10 13:51:10 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2022-02-11 01:02:20 +0000 |
commit | d37328eb8b255135c9e0599650d994949e61cd27 (patch) | |
tree | bcd83b0fdd92dce16e9abaf951eb16e0a0d14b64 /src/plugins/http/http.h | |
parent | 0bce71eee3f144b7ad15cd008ccc9e646d6663f4 (diff) |
http: add startup configuration stanza
Support segment and fifo sizes for now.
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ie7242936de7a87df8a703eb371f665be5be4390d
Diffstat (limited to 'src/plugins/http/http.h')
-rw-r--r-- | src/plugins/http/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index b0eca7bf9a8..85d43a489e2 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -179,6 +179,7 @@ typedef struct http_main_ * Config */ u64 first_seg_size; + u64 add_seg_size; u32 fifo_size; } http_main_t; |