trawick 2003/02/17 07:06:12
Modified: include apr_network_io.h
Log:
clarify where the storage comes from with apr_sockaddr_ip_get()
Revision Changes Path
1.138 +2 -1 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- apr_network_io.h 16 Feb 2003 10:12:45 -0000 1.137
+++ apr_network_io.h 17 Feb 2003 15:06:12 -0000 1.138
@@ -743,7 +743,8 @@
/**
* Return the IP address (in numeric address string format) in
- * an APR socket address.
+ * an APR socket address. APR will allocate storage for the IP address
+ * string from the pool of the apr_sockaddr_t.
* @param addr The IP address.
* @param sockaddr The socket address to reference.
*/