]> 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)
commite499c6e683ee882a3c93d6007593180bf8d29351
tree8ee47a9274b9620c31b3b8419e3b2e976f8e5bc2
parentb6f6f967338547518f12dd5e7b037ece69dcd84e
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