You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/08/20 00:13:18 UTC

cvs commit: httpd-2.0/modules/experimental mod_mem_cache.c

stoddard    2002/08/19 15:13:18

  Modified:    modules/experimental mod_mem_cache.c
  Log:
  Fix another compile break.
  
  Revision  Changes    Path
  1.80      +1 -1      httpd-2.0/modules/experimental/mod_mem_cache.c
  
  Index: mod_mem_cache.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_mem_cache.c,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- mod_mem_cache.c	3 Aug 2002 22:39:42 -0000	1.79
  +++ mod_mem_cache.c	19 Aug 2002 22:13:18 -0000	1.80
  @@ -118,7 +118,7 @@
       apr_size_t max_cache_object_size;   /* in bytes */
       apr_size_t max_cache_size;          /* in bytes */
       apr_size_t max_object_cnt;
  -    cache_pqueue_set_priority *cache_remove_algorithm;
  +    cache_pqueue_set_priority cache_remove_algorithm;
   
   } mem_cache_conf;
   static mem_cache_conf *sconf;