summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-03-19 10:03:45 +0000
committerSander Striker <striker@apache.org>2002-03-19 10:03:45 +0000
commitfb9c4a9e6abde9a2fedc4ff21dab194069cc3803 (patch)
tree8a6681e6337a1893e05f7f9fbf7887063c5fed7e /memory
parent158867422eefa9fd9f198bd60e7cdae47d32ab4c (diff)
downloadapr-fb9c4a9e6abde9a2fedc4ff21dab194069cc3803.tar.gz
Tag the apr global pool
git-svn-id: https://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;