summaryrefslogtreecommitdiff
path: root/include/apr_proc_mutex.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-29 05:03:37 +0000
committerRyan Bloom <rbb@apache.org>2001-09-29 05:03:37 +0000
commitb836662afe8e2688cd247d37897833ff17d3dc7e (patch)
treea2cc2400d54f223c24e8a670eec12275dea47703 /include/apr_proc_mutex.h
parent89065a2a5df475f25a9d70b0a9e6cfba5d6bcf96 (diff)
downloadapr-b836662afe8e2688cd247d37897833ff17d3dc7e.tar.gz
Implement pool accessor functions for proc mutex's
Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_proc_mutex.h')
-rw-r--r--include/apr_proc_mutex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apr_proc_mutex.h b/include/apr_proc_mutex.h
index 8f4471d7f..5779c94b3 100644
--- a/include/apr_proc_mutex.h
+++ b/include/apr_proc_mutex.h
@@ -161,6 +161,12 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_unlock(apr_proc_mutex_t *mutex);
*/
APR_DECLARE(apr_status_t) apr_proc_mutex_destroy(apr_proc_mutex_t *mutex);
+/**
+ * Get the pool used by this proc_mutex.
+ * @return apr_pool_t the pool
+ */
+APR_POOL_DECLARE_ACCESSOR(proc_mutex);
+
#ifdef __cplusplus
}
#endif