You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/02/18 02:24:22 UTC

cvs commit: apr/include apr_thread_mutex.h

aaron       02/02/17 17:24:22

  Modified:    include  apr_thread_mutex.h
  Log:
  Clarify a flag parameter for the default case.
  
  Revision  Changes    Path
  1.6       +1 -0      apr/include/apr_thread_mutex.h
  
  Index: apr_thread_mutex.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_mutex.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apr_thread_mutex.h	21 Nov 2001 04:18:27 -0000	1.5
  +++ apr_thread_mutex.h	18 Feb 2002 01:24:21 -0000	1.6
  @@ -87,6 +87,7 @@
    *        stored.
    * @param flags Or'ed value of:
    * <PRE>
  + *           APR_THREAD_MUTEX_DEFAULT   normal lock behavior (non-recursive).
    *           APR_THREAD_MUTEX_NESTED    enable nested (recursive) locks.
    * </PRE>
    * @param pool the pool from which to allocate the mutex.