]> granicus.if.org Git - apache/commit
Share fdqueue code between MPMs event and worker.
authorYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 17:45:40 +0000 (17:45 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 17:45:40 +0000 (17:45 +0000)
commit1c5106c6bff9faf73654282d7727f1af3f1186a3
treea172d1d3482c69b3f8fd48f8815bcd1320bfa2c0
parenta1689af8ce741306430fbeaf20589a591eaecaad
Share fdqueue code between MPMs event and worker.

This first step moves the content of server/mpm/event/fdqueue.c to
the existing server/mpm_unix.c file, and the server/mpm/event/fdqueue.h file
to trunk/server/mpm_unix.h (untouched for now, simple svn move).

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

[Reverted by r1821619]

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