diff options
author | Florin Coras <fcoras@cisco.com> | 2021-03-10 16:15:11 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2021-03-11 20:15:25 +0000 |
commit | d5403ac610c985acc780e625b4328d001efd0e63 (patch) | |
tree | eaea9b708ce0fc70be234ddfcc6b23235618bd1d /src/plugins/hs_apps/proxy.h | |
parent | 1e6a0f64653c8142fa7032aba127ab4894bafc3c (diff) |
hsa: add support for tls to proxy
Type: improvement
Change-Id: I934e1e981bfa3e5ef81a61b2180604f9b9fc991b
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/plugins/hs_apps/proxy.h')
-rw-r--r-- | src/plugins/hs_apps/proxy.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/hs_apps/proxy.h b/src/plugins/hs_apps/proxy.h index 4f74ea025fb..aef23e1e556 100644 --- a/src/plugins/hs_apps/proxy.h +++ b/src/plugins/hs_apps/proxy.h @@ -67,9 +67,10 @@ typedef struct u32 private_segment_count; /**< Number of private fifo segs */ u32 private_segment_size; /**< size of private fifo segs */ int rcv_buffer_size; - u8 *server_uri; - u8 *client_uri; + session_endpoint_cfg_t server_sep; + session_endpoint_cfg_t client_sep; + u32 ckpair_index; /* * Test state variables */ |