aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-02 12:30:41 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit9387bd4c25cf37613bcecc173e63f93327eb47ec (patch)
treea43a77d441d1035fa95a4c42a2f0b158752e9367 /include
parentf945986a180d0af7cc3029ffbae0c826f06e5c9d (diff)
downloadopenssl-9387bd4c25cf37613bcecc173e63f93327eb47ec.tar.gz
QUIC POLLING: Implement autotick
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h
index b8922363bd..54e8a2e7e3 100644
--- a/include/internal/quic_ssl.h
+++ b/include/internal/quic_ssl.h
@@ -143,7 +143,8 @@ int ossl_quic_get_shutdown(const SSL *s);
int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
/* APIs used by the polling infrastructure */
-int ossl_quic_conn_poll_events(SSL *ssl, uint64_t events, uint64_t *revents);
+int ossl_quic_conn_poll_events(SSL *ssl, uint64_t events, int do_tick,
+ uint64_t *revents);
# endif