]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Ongoing crusade to separate callback tracing into single-process
authorSander Temme <sctemme@apache.org>
Sat, 30 Dec 2006 02:40:07 +0000 (02:40 +0000)
committerSander Temme <sctemme@apache.org>
Sat, 30 Dec 2006 02:40:07 +0000 (02:40 +0000)
commit57440b3ce98bfa736cbbdd00d7531f1891c9345a
tree445cec2e45c546ae477e5889de9c1ccefbbc4972
parent4794b34ea9f5175b923b66645f36a33674e44480
Ongoing crusade to separate callback tracing into single-process
single-thread part and thread-safe per-request or per-connection
(forthcoming) routines.  Implement trace_startup() routine and call it
from startup hook handlers instead of the old trace_add routine.  This
completely separates the global variable manipulation from the
request-specific stuff.  Otherwise, it's mostly existing code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@491153 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_example.c