summaryrefslogtreecommitdiff
path: root/include/ap_socache.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 04:28:13 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 04:28:13 +0000
commit29fe6fa9209c1abbcc32dd882abec457c008f51b (patch)
tree7bac6f346defb1729205c72a42d3b52a7c09a272 /include/ap_socache.h
parentc22700db7a8f76ce0c64ba4571d489aa05f25f61 (diff)
downloadhttpd-29fe6fa9209c1abbcc32dd882abec457c008f51b.tar.gz
The iterator data is not volatile, datalen by value is just fine
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_socache.h')
-rw-r--r--include/ap_socache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_socache.h b/include/ap_socache.h
index d24455c5d0..2cafd8cbde 100644
--- a/include/ap_socache.h
+++ b/include/ap_socache.h
@@ -75,7 +75,7 @@ typedef apr_status_t (*ap_socache_iterator_t)(ap_socache_instance_t *instance,
const unsigned char *id,
unsigned int idlen,
unsigned char *data,
- unsigned int *datalen,
+ unsigned int datalen,
apr_pool_t *pool);
/** A socache provider structure. socache providers are registered