]> granicus.if.org Git - apache/commitdiff
let's play "name that pool"
authorJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 14:13:23 +0000 (14:13 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Jan 2002 14:13:23 +0000 (14:13 +0000)
(debugging aid...  set the tag on the transaction pool with prefork)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92828 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index a7d161cd3cbe4ebb503ef5d8ce1fe480e5683ba5..6704c3379eeb8619ec9ef9fc19eb50cebde931ca 100644 (file)
@@ -591,6 +591,7 @@ static void child_main(int child_num_arg)
     apr_pool_create_ex(&pchild, pconf, NULL, APR_POOL_FNEW_ALLOCATOR);
 
     apr_pool_create(&ptrans, pchild);
+    apr_pool_tag(ptrans, "transaction");
 
     /* needs to be done before we switch UIDs so we have permissions */
     reopen_scoreboard(pchild, 0);