]> granicus.if.org Git - apache/commit
Added an inherit flag to apr_socket_create and other socket creation
authorRyan Bloom <rbb@apache.org>
Mon, 16 Jul 2001 16:11:05 +0000 (16:11 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 16 Jul 2001 16:11:05 +0000 (16:11 +0000)
commit44715abbd2af36ca4d30c9abdb9da931db4a89d6
treeea1443309e86cb05b63cdff5e25e2307cae71436
parent6a0439347056454a7fbb7129ffb382c9b980f1f9
Added an inherit flag to apr_socket_create and other socket creation
functions.  This allows APR programs to specify that a socket should
be passed to any child processes that are created.  The inherit flag
is only meaningful if programs use apr_process_create().  This
also adds a couple of macros that allow APR types to set and unset
the inherit flag.

This also fixes Apache to use the new API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89557 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c
server/mpm_common.c
server/rfc1413.c
support/ab.c