aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/transport.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2020-04-13 16:48:04 +0000
committerFlorin Coras <florin.coras@gmail.com>2020-04-13 16:58:11 +0000
commit4fde4ae0363de45d867eb3472e43b89ae34d3bd1 (patch)
tree82a2fcf27b86872bdb16445ee4d5115e77199666 /src/vnet/session/transport.h
parentc74b43c80789f5e437dfe4cc491157b45a7f222e (diff)
session: remove ho with fifos support
Type: refactor UDPC (removed) was the only consumer. Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I2812bf58d3c68fe021ec73acaa1bd00ef3172846
Diffstat (limited to 'src/vnet/session/transport.h')
-rw-r--r--src/vnet/session/transport.h1
1 files changed, 0 insertions, 1 deletions
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_