X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftls%2Ftls.h;h=d950fe8262979e9aaecc23ec9097801c1a8cc442;hb=9f86d225ab4f3dccbf61383a75d6af7d321a204e;hp=2d09b291aa743e7b22e137a25c849ed58327e2a2;hpb=ed8db52539a8d8239a9a43bea53328d25eb47f0d;p=vpp.git diff --git a/src/vnet/tls/tls.h b/src/vnet/tls/tls.h index 2d09b291aa7..d950fe82629 100644 --- a/src/vnet/tls/tls.h +++ b/src/vnet/tls/tls.h @@ -110,7 +110,8 @@ typedef struct tls_engine_vft_ int (*ctx_init_client) (tls_ctx_t * ctx); int (*ctx_init_server) (tls_ctx_t * ctx); int (*ctx_read) (tls_ctx_t * ctx, session_t * tls_session); - int (*ctx_write) (tls_ctx_t * ctx, session_t * app_session, u32 max_write); + int (*ctx_write) (tls_ctx_t * ctx, session_t * app_session, + transport_send_params_t * sp); u8 (*ctx_handshake_is_over) (tls_ctx_t * ctx); int (*ctx_start_listen) (tls_ctx_t * ctx); int (*ctx_stop_listen) (tls_ctx_t * ctx);