From: Christophe Jaillet Date: Tue, 13 Mar 2018 23:19:26 +0000 (+0000) Subject: Instrument 'bbout' X-Git-Tag: 2.5.0-alpha2-ci-test-only~2795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bac64d758081915ef6a7f24395b125a66e6a32c;p=thirdparty%2Fapache%2Fhttpd.git Instrument 'bbout' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_filter.c b/modules/http2/h2_filter.c index 893bf123143..f10d2decc37 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;