]> granicus.if.org Git - apache/commitdiff
Fix another compile break.
authorBill Stoddard <stoddard@apache.org>
Mon, 19 Aug 2002 22:13:18 +0000 (22:13 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 19 Aug 2002 22:13:18 +0000 (22:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96452 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_mem_cache.c

index a2990ab58dede2394b767a6d3d8d7891ff21ef59..7359aa01e9a6643b0c7a110e07accbeb33351c8b 100644 (file)
@@ -118,7 +118,7 @@ typedef struct {
     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;