jorton 2004/09/22 02:02:53
Modified: include apr_shm.h
Log:
* include/apr_shm.h: Document alignment guarantee from
apr_shm_baseaddr_get().
Revision Changes Path
1.8 +1 -0 apr/include/apr_shm.h
Index: apr_shm.h
===================================================================
RCS file: /home/cvs/apr/include/apr_shm.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -d -w -u -r1.7 -r1.8
--- apr_shm.h 1 Jun 2004 10:03:49 -0000 1.7
+++ apr_shm.h 22 Sep 2004 09:02:53 -0000 1.8
@@ -114,6 +114,7 @@
* 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);