diff options
Diffstat (limited to 'src/vnet/session/transport.h')
-rw-r--r-- | src/vnet/session/transport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/session/transport.h b/src/vnet/session/transport.h index 978e3f072b1..6e2feb02ba4 100644 --- a/src/vnet/session/transport.h +++ b/src/vnet/session/transport.h @@ -23,6 +23,7 @@ typedef struct _transport_options_t { transport_tx_fn_type_t tx_type; transport_service_type_t service_type; + u8 half_open_has_fifos; } transport_options_t; /* |