]> granicus.if.org Git - apache/commit
Shared fdqueue code between MPMs event and worker into mpm_fdqueue.
authorYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 11:46:12 +0000 (11:46 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 11:46:12 +0000 (11:46 +0000)
commit62b44b5ec46ae97fbabb02c51ffd1c27e5e81b82
tree14e988c4bb9b55a4a0ebc57484de81e1e682e92c
parentff2d0af6cb62765ebecbd7b81c70b47096b2aff7
Shared fdqueue code between MPMs event and worker into mpm_fdqueue.

This first step moves the files server/mpm/event/fdqueue.[ch] to
server/mpm_fdqueue.[ch] (untouched for now, simple svn move).

Will follow up with the necessary changes to mpm_unix.* for common code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821624 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/config3.m4
server/mpm/event/event.c
server/mpm_fdqueue.c [moved from server/mpm/event/fdqueue.c with 100% similarity]
server/mpm_fdqueue.h [moved from server/mpm/event/fdqueue.h with 100% similarity]