You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2002/10/21 13:19:41 UTC

cvs commit: apr/include apr_portable.h

trawick     2002/10/21 04:19:41

  Modified:    include  apr_portable.h
  Log:
  add a note about apr_os_sock_put()
  
  Revision  Changes    Path
  1.83      +2 -0      apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_portable.h,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- apr_portable.h	18 Oct 2002 12:03:59 -0000	1.82
  +++ apr_portable.h	21 Oct 2002 11:19:41 -0000	1.83
  @@ -393,6 +393,8 @@
    * @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,