You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/03/21 16:19:55 UTC

cvs commit: httpd-2.0/server/mpm/worker fdqueue.h

trawick     02/03/21 07:19:54

  Modified:    server/mpm/worker fdqueue.h
  Log:
  axe some unused fields in ap_queue_t
  
  Revision  Changes    Path
  1.14      +0 -2      httpd-2.0/server/mpm/worker/fdqueue.h
  
  Index: fdqueue.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/worker/fdqueue.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- fdqueue.h	13 Mar 2002 20:48:05 -0000	1.13
  +++ fdqueue.h	21 Mar 2002 15:19:54 -0000	1.14
  @@ -81,11 +81,9 @@
       int                 tail;
       fd_queue_elem_t    *data;
       int                 bounds;
  -    int                 blanks;
       apr_thread_mutex_t *one_big_mutex;
       apr_thread_cond_t  *not_empty;
       apr_thread_cond_t  *not_full;
  -    int                 cancel_state;
       apr_pool_t        **recycled_pools;
       int                 num_recycled;
   };