diff options
Diffstat (limited to 'src/vnet/session/transport.c')
-rw-r--r-- | src/vnet/session/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/session/transport.c b/src/vnet/session/transport.c index 92df3656a8c..540d6a615ac 100644 --- a/src/vnet/session/transport.c +++ b/src/vnet/session/transport.c @@ -341,7 +341,7 @@ transport_reset (transport_proto_t tp, u32 conn_index, u8 thread_index) u32 transport_start_listen (transport_proto_t tp, u32 session_index, - transport_endpoint_t * tep) + transport_endpoint_cfg_t *tep) { return tp_vfts[tp].start_listen (session_index, tep); } |