From 4ee36dba67e912f1365c56b6d52ff2370289f8f7 Mon Sep 17 00:00:00 2001 From: Jacky_Yin Date: Tue, 17 Aug 2021 00:13:19 +0800 Subject: [PATCH] fix: change typedef of on_all_threads_created_cb --- src/includes/nghttp2/asio_http2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/nghttp2/asio_http2.h b/src/includes/nghttp2/asio_http2.h index 9a182dfd..13cd5f5a 100644 --- a/src/includes/nghttp2/asio_http2.h +++ b/src/includes/nghttp2/asio_http2.h @@ -134,7 +134,7 @@ struct thread_info { pid_t pid; }; -typedef std::function>)> +typedef std::function> &)> on_all_threads_created_cb; } // namespace asio_http2