From 4fde4ae0363de45d867eb3472e43b89ae34d3bd1 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 13 Apr 2020 16:48:04 +0000 Subject: session: remove ho with fifos support Type: refactor UDPC (removed) was the only consumer. Signed-off-by: Florin Coras Change-Id: I2812bf58d3c68fe021ec73acaa1bd00ef3172846 --- src/vnet/session/transport.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/session/transport.h') diff --git a/src/vnet/session/transport.h b/src/vnet/session/transport.h index 5592601983d..954db49022c 100644 --- a/src/vnet/session/transport.h +++ b/src/vnet/session/transport.h @@ -32,7 +32,6 @@ typedef struct _transport_options_t char *short_name; transport_tx_fn_type_t tx_type; transport_service_type_t service_type; - u8 half_open_has_fifos; } transport_options_t; typedef enum transport_snd_flags_ -- cgit 1.2.3-korg