]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update mod_disk_cache to comply with the new create_entity() interface.
authorGraham Leggett <minfrin@apache.org>
Tue, 21 Sep 2010 22:47:14 +0000 (22:47 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 21 Sep 2010 22:47:14 +0000 (22:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999678 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index bd4728277b535afdb2751084207b374ff05a1ee6..88cfb7d513543bb44fe066a9bd2427b432173efb 100644 (file)
@@ -331,7 +331,8 @@ static void tokens_to_array(apr_pool_t *p, const char *data,
 /*
  * Hook and mod_cache callback functions
  */
-static int create_entity(cache_handle_t *h, request_rec *r, const char *key, apr_off_t len)
+static int create_entity(cache_handle_t *h, request_rec *r, const char *key, apr_off_t len,
+                         apr_bucket_brigade *bb)
 {
     disk_cache_conf *conf = ap_get_module_config(r->server->module_config,
                                                  &disk_cache_module);