]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make the core input/output filter contexts private and provide accessor APIs
authorStefan Fritsch <sf@apache.org>
Mon, 23 Jan 2012 21:58:42 +0000 (21:58 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 23 Jan 2012 21:58:42 +0000 (21:58 +0000)
commit8d5c3c434bbed8893fc8f4eed827dac4eceadd1e
tree8ee47a9274b9620c31b3b8419e3b2e976f8e5bc2
parent4a416947a86ce99350eb454dfa4e475320a21d8a
Make the core input/output filter contexts private and provide accessor APIs
for mpm_winnt and mod_ftp.

This allows to add members to the context structs without breaking binary
compatibility.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1235019 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_core.h
include/httpd.h
server/core_filters.c
server/mpm/winnt/child.c