summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-10-21 11:19:41 +0000
committerJeff Trawick <trawick@apache.org>2002-10-21 11:19:41 +0000
commit8edf3dbc3a4703c3181d02bd97cbcd6667fe6ac5 (patch)
tree0dff627e203630f02b7e9f485a4c024e2348cb46 /include/apr_portable.h
parentd049b53b66e64d4b08ba78c4876d419f598c4524 (diff)
downloadapr-8edf3dbc3a4703c3181d02bd97cbcd6667fe6ac5.tar.gz
add a note about apr_os_sock_put()
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 3189f6088..78f027c07 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -393,6 +393,8 @@ APR_DECLARE(apr_status_t) apr_os_dir_put(apr_dir_t **dir,
* @param sock The pool to use.
* @param thesock The socket to convert to.
* @param cont The socket we are converting to an apr type.
+ * @remark If it is a true socket, it is best to call apr_os_sock_make()
+ * and provide APR with more information about the socket.
*/
APR_DECLARE(apr_status_t) apr_os_sock_put(apr_socket_t **sock,
apr_os_sock_t *thesock,