session: add half_open_has_fifos for UDPC
[vpp.git] / src / vnet / session / transport.c
index f971288..bb4c681 100644 (file)
@@ -288,6 +288,12 @@ transport_protocol_get_vft (transport_proto_t transport_proto)
   return &tp_vfts[transport_proto];
 }
 
+u8
+transport_half_open_has_fifos (transport_proto_t tp)
+{
+  return tp_vfts[tp].transport_options.half_open_has_fifos;
+}
+
 transport_service_type_t
 transport_protocol_service_type (transport_proto_t tp)
 {