tls: add option to config additional segment size
[vpp.git] / src / vnet / tls / tls.h
index eba70c0..4e2fabd 100644 (file)
@@ -102,6 +102,7 @@ typedef struct tls_main_
   u8 use_test_cert_in_ca;
   char *ca_cert_path;
   u64 first_seg_size;
+  u64 add_seg_size;
   u32 fifo_size;
 } tls_main_t;