Commit bdc0ef12 authored by dgaudet's avatar dgaudet
Browse files

*) API: New register_other_child() API (see http_main.h) which allows

     modules to register children with the parent for maintenance.  It
     is disabled by defining NO_OTHER_CHILD.  [Dean Gaudet]

  *) API: New piped_log API (see http_log.h) which implements piped logs,
     and will use register_other_child to implement reliable piped logs
     when it is available.  The reliable piped logs part can be disabled
     by defining NO_RELIABLE_PIPED_LOGS.  At the moment reliable piped
     logs is only available on Unix. [Dean Gaudet]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79207 13f79535-47bb-0310-9956-ffa450edef68
parent ce567258
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment