summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-29 22:03:43 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-29 22:03:43 +0000
commitff54eecd1785fe125090b7825cbf98f48adf494d (patch)
tree25bdfdea5d548ca0e2941c88d7875b19f2075190 /include
parent2ea1c8a20dcd69bc250484f80806a90bfeb1c1d7 (diff)
downloadlibapr-ff54eecd1785fe125090b7825cbf98f48adf494d.tar.gz
More pools instead of contexts...
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/beos/dso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/beos/dso.h b/include/arch/beos/dso.h
index 112f9aad2..4f1560315 100644
--- a/include/arch/beos/dso.h
+++ b/include/arch/beos/dso.h
@@ -67,8 +67,8 @@
#if APR_HAS_DSO
struct apr_dso_handle_t {
- image_id handle; /* Handle to the DSO loaded */
- apr_pool_t *cont;
+ image_id handle; /* Handle to the DSO loaded */
+ apr_pool_t *pool;
};
#endif