summaryrefslogtreecommitdiff
path: root/include/apr_shm.h
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-09-22 09:02:53 +0000
committerJoe Orton <jorton@apache.org>2004-09-22 09:02:53 +0000
commit7a3171c8a45d1c73c305aeed40d56343ff39c6f4 (patch)
treed37de7908daf5d18b6d40f56a772d3646c2f4c74 /include/apr_shm.h
parentc2023020a58790fd5b09fc601376bdcb067dea23 (diff)
downloadapr-7a3171c8a45d1c73c305aeed40d56343ff39c6f4.tar.gz
* include/apr_shm.h: Document alignment guarantee from
apr_shm_baseaddr_get(). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_shm.h')
-rw-r--r--include/apr_shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_shm.h b/include/apr_shm.h
index 64dbafe1b..88d184b0e 100644
--- a/include/apr_shm.h
+++ b/include/apr_shm.h
@@ -114,6 +114,7 @@ APR_DECLARE(apr_status_t) apr_shm_detach(apr_shm_t *m);
* processes will maintain the same address mapping.
* @param m The shared memory segment from which to retrieve
* the base address.
+ * @return address, aligned by APR_ALIGN_DEFAULT.
*/
APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m);