summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-23 08:39:38 +0100
committerHugo Landau <hlandau@openssl.org>2023-08-30 08:28:22 +0100
commit3bc38ba0712283bbbd57994af0259791dc42e704 (patch)
treed9fef0c70016a36e1c74ce1e8180ee5845589588 /include
parent25a0c4b907b0dbef4f0e70bf35cd84c85aaee3ad (diff)
QUIC MULTISTREAM TEST: Test WAIT_PEER
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21815)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_tserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/quic_tserver.h b/include/internal/quic_tserver.h
index 45aea0abac..b1415d5edf 100644
--- a/include/internal/quic_tserver.h
+++ b/include/internal/quic_tserver.h
@@ -182,7 +182,7 @@ OSSL_TIME ossl_quic_tserver_get_deadline(QUIC_TSERVER *srv);
* Shutdown the QUIC connection. Returns 1 if the connection is terminated and
* 0 otherwise.
*/
-int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv);
+int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code);
/* Force generation of an ACK-eliciting packet. */
int ossl_quic_tserver_ping(QUIC_TSERVER *srv);