diff options
author | 2024-08-28 14:02:34 -0700 | |
---|---|---|
committer | 2024-09-17 15:59:00 +0000 | |
commit | 70d2a08e7efa0ecb255f2174e6a57b6511016059 (patch) | |
tree | 528cfdba2d063965ff33081e40d3a0e32ddf6a35 /src/plugins/hs_apps/vcl/vcl_test.h | |
parent | 0acb398d6d13b03514bcda72a7b52ece28932b1f (diff) |
vcl: add http support to vcl_test_protos
Type: improvement
Change-Id: Ibb493f1d7713d0e10b8bd1d5ff17b89967b53b8a
Signed-off-by: Aritra Basu <aritrbas@cisco.com>
Diffstat (limited to 'src/plugins/hs_apps/vcl/vcl_test.h')
-rw-r--r-- | src/plugins/hs_apps/vcl/vcl_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/vcl/vcl_test.h b/src/plugins/hs_apps/vcl/vcl_test.h index 2b45339099e..11667fb144a 100644 --- a/src/plugins/hs_apps/vcl/vcl_test.h +++ b/src/plugins/hs_apps/vcl/vcl_test.h @@ -124,7 +124,7 @@ typedef struct typedef struct { - const vcl_test_proto_vft_t *protos[VPPCOM_PROTO_SRTP + 1]; + const vcl_test_proto_vft_t *protos[VPPCOM_PROTO_HTTP + 1]; uint32_t ckpair_index; hs_test_cfg_t cfg; vcl_test_wrk_t *wrk; |