From 8bac64d758081915ef6a7f24395b125a66e6a32c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 13 Mar 2018 23:19:26 +0000 Subject: [PATCH] Instrument 'bbout' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826687 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_filter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/http2/h2_filter.c b/modules/http2/h2_filter.c index 893bf12314..f10d2decc3 100644 --- a/modules/http2/h2_filter.c +++ b/modules/http2/h2_filter.c @@ -290,6 +290,8 @@ apr_bucket *h2_bucket_observer_beam(struct h2_bucket_beam *beam, return NULL; } +static apr_status_t bbout(apr_bucket_brigade *bb, const char *fmt, ...) + __attribute__((format(printf,2,3))); static apr_status_t bbout(apr_bucket_brigade *bb, const char *fmt, ...) { va_list args; -- 2.50.1