]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC REACTOR: Add utility for tracking recursive blocking operations
authorHugo Landau <hlandau@openssl.org>
Mon, 13 May 2024 19:20:23 +0000 (20:20 +0100)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitaa4ab00a0c0062d0327bd3b7517c34f438a93a02
tree63a48183d2c812368471e0a261b8edc58902ca9a
parente6ec86eaca71302451899e259aadef650d610ab4
QUIC REACTOR: Add utility for tracking recursive blocking operations

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25416)
include/internal/quic_predef.h
include/internal/quic_reactor_wait_ctx.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_reactor_wait_ctx.c [new file with mode: 0644]