summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-03-19 10:03:45 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-03-19 10:03:45 +0000
commitc6a66a2e1e64496c61b2b14da3177fd82d430c68 (patch)
tree8a6681e6337a1893e05f7f9fbf7887063c5fed7e /memory
parentb27a6ab4ffd45e4efc8cd3edbf14d5a398a1a561 (diff)
downloadlibapr-c6a66a2e1e64496c61b2b14da3177fd82d430c68.tar.gz
Tag the apr global pool
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c2
1 files changed, 2 insertions, 0 deletions
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;