summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-01 23:22:47 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-01 23:22:47 +0000
commitfe8a12a86dd9d629a3f2da4869989336e991cde4 (patch)
tree593cb6da6753e17dded609ab52e13855705591d5 /tables
parent9772bd73e2d235b9d171a583d67eb10f6127f1d6 (diff)
downloadapr-fe8a12a86dd9d629a3f2da4869989336e991cde4.tar.gz
Almost used this when I thought our contents were going out of context.
Turns out the hash contents were really corrupted by a request merge, but heck, this is still useful. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tables/apr_hash.c b/tables/apr_hash.c
index 21f8c4058..b21c5f33c 100644
--- a/tables/apr_hash.c
+++ b/tables/apr_hash.c
@@ -380,3 +380,5 @@ APR_DECLARE(apr_hash_t*) apr_hash_overlay(apr_pool_t *p,
}
return res;
}
+
+APR_POOL_IMPLEMENT_ACCESSOR(hash)