You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by st...@apache.org on 2001/07/02 01:03:27 UTC

cvs commit: apr/memory/unix apr_sms_tracking.c

striker     01/07/01 16:03:27

  Modified:    memory/unix apr_sms_tracking.c
  Log:
  Removed the creation of the private lock in apr_sms_tracking. This lets
  this sms start off as single threaded just like the other smss.
  
  Revision  Changes    Path
  1.17      +0 -2      apr/memory/unix/apr_sms_tracking.c
  
  Index: apr_sms_tracking.c
  ===================================================================
  RCS file: /home/cvs/apr/memory/unix/apr_sms_tracking.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- apr_sms_tracking.c	2001/07/01 13:56:29	1.16
  +++ apr_sms_tracking.c	2001/07/01 23:03:26	1.17
  @@ -287,8 +287,6 @@
       
       tms = (apr_sms_tracking_t *)new_sms;
       tms->nodes = NULL;
  -    apr_lock_create(&tms->lock, APR_MUTEX, APR_LOCKALL, NULL,
  -                    new_sms->pool);
   
       apr_sms_post_init(new_sms);