diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-06-17 01:25:27 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-06-17 01:25:27 +0200 |
commit | 9c0c56952d8ad509fd6ed5f2e1618f30eacb6a37 (patch) | |
tree | 91e5c855a202ef7a9ac6d3cf3317020e05cd0216 /include | |
parent | make the check for GMT offset occur each time through the loop, (diff) | |
download | apache2-9c0c56952d8ad509fd6ed5f2e1618f30eacb6a37.tar.xz apache2-9c0c56952d8ad509fd6ed5f2e1618f30eacb6a37.zip |
Enhance the util_ldap cache-info page to display the current contents of the search, compare and dn_compare caches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103974 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/util_ldap.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h index 1f3089fca1..6f4bce5d1a 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -279,16 +279,6 @@ LDAP_DECLARE(int) util_ldap_ssl_supported(request_rec *r); */ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st); -/** - * Display formatted stats for cache - * @param The pool to allocate the returned string from - * @tip This function returns a string allocated from the provided pool that describes - * various stats about the cache. - * @deffunc char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st) - */ -char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st); - - /* from apr_ldap_cache_mgr.c */ /** @@ -298,7 +288,7 @@ char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st); * various stats about the cache. * @deffunc char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st) */ -char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st); +char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st); #endif /* APR_HAS_LDAP */ #endif /* UTIL_LDAP_H */ |