You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2001/09/29 16:15:21 UTC

cvs commit: apr/include/arch/unix thread_rwlock.h

rbb         01/09/29 07:15:21

  Modified:    include/arch/unix thread_rwlock.h
  Log:
  This structure needs a pool, or the pool accessors will fail
  
  Revision  Changes    Path
  1.3       +1 -0      apr/include/arch/unix/thread_rwlock.h
  
  Index: thread_rwlock.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/unix/thread_rwlock.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- thread_rwlock.h	2001/09/14 15:39:38	1.2
  +++ thread_rwlock.h	2001/09/29 14:15:21	1.3
  @@ -77,6 +77,7 @@
   #else
   
   struct apr_thread_rwlock_t {
  +    apr_pool_t *pool;
   };
   #endif