From c6a66a2e1e64496c61b2b14da3177fd82d430c68 Mon Sep 17 00:00:00 2001 From: striker Date: Tue, 19 Mar 2002 10:03:45 +0000 Subject: Tag the apr global pool git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63156 13f79535-47bb-0310-9956-ffa450edef68 --- memory/unix/apr_pools.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'memory') diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c index f2e0979e0..8ef86debc 100644 --- a/memory/unix/apr_pools.c +++ b/memory/unix/apr_pools.c @@ -494,6 +494,8 @@ APR_DECLARE(apr_status_t) apr_pool_initialize(void) return rv; } + apr_pool_tag(global_pool, "apr_global_pool"); + #if APR_HAS_THREADS { apr_thread_mutex_t *mutex; -- cgit v1.2.1