X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Ftransport_interface.h;h=745a7db444cfc7026b6eddfe2592faf22a2df6ec;hb=f08f26d1cfc470edcb25a2c9c714858b0978ed34;hp=f21e483c715a5550787443c4d292d8d013303aea;hpb=257d8d4f0fc5019b6d62682d61b07fe02ab4f24a;p=vpp.git diff --git a/src/vnet/session/transport_interface.h b/src/vnet/session/transport_interface.h index f21e483c715..745a7db444c 100644 --- a/src/vnet/session/transport_interface.h +++ b/src/vnet/session/transport_interface.h @@ -98,6 +98,7 @@ void transport_register_protocol (transport_proto_t transport_proto, fib_protocol_t fib_proto, u32 output_node); transport_proto_vft_t *transport_protocol_get_vft (transport_proto_t tp); transport_service_type_t transport_protocol_service_type (transport_proto_t); +transport_tx_fn_type_t transport_protocol_tx_fn_type (transport_proto_t tp); void transport_update_time (f64 time_now, u8 thread_index); void transport_enable_disable (vlib_main_t * vm, u8 is_en);