summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-02-20 14:50:49 +0100
committerYann Ylavic <ylavic@apache.org>2017-02-20 14:50:49 +0100
commit37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d (patch)
treef9c98a9ba1d68cd44ae943eb08036f0c62f8d03a /include
parentmod_http2: use a mutex for mplx and slave connections's allocator to be safe (diff)
downloadapache2-37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d.tar.xz
apache2-37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d.zip
Follow up to r1783755: update APLOGNO.
[Reverted by r1783760] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/mod_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mod_core.h b/include/mod_core.h
index 8eab3e12c4..cb88db7dc7 100644
--- a/include/mod_core.h
+++ b/include/mod_core.h
@@ -45,6 +45,10 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_chunk_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_http_outerror_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_byterange_filter_handle;
+typedef struct {
+ apr_bucket_brigade *tmp_bb;
+} http_conn_config;
+
/*
* These (input) filters are internal to the mod_core operation.
*/