session tcp: handle rxt and acks as custom events
[vpp.git] / src / vnet / session / application_local.c
index 4a268c7..7d8fb46 100644 (file)
@@ -467,7 +467,7 @@ format_ct_connection_id (u8 * s, va_list * args)
 }
 
 static int
-ct_custom_tx (void *session)
+ct_custom_tx (void *session, u32 max_burst_size)
 {
   session_t *s = (session_t *) session;
   if (session_has_transport (s))