From 8ac1d6d05f2a0d6759284d4eeb5079644a5c8c86 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 17 Jul 2019 11:02:20 +0200 Subject: session: Use parent_handle instead of transport_opts Type: feature This is mostly used for quic in the case of a stream creation (i.e. connect on an already established QUIC session). We want do default parent_handle to INVALID to be able to distinguish it from parent_handle = 0 Change-Id: Id5ac0b0155a3c44e51334231b711e4fd87a96a10 Signed-off-by: Nathan Skrzypczak --- src/vcl/vcl_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vcl/vcl_private.h') diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index d46208cd035..552fdd811ec 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -173,7 +173,7 @@ typedef struct int n_accepted_sessions; u8 has_rx_evt; u32 attr; - u64 transport_opts; + u64 parent_handle; vppcom_epoll_t vep; int libc_epfd; svm_msg_q_t *our_evt_q; -- cgit 1.2.3-korg