Ruediger Pluem wrote:


@@ -150,6 +151,9 @@
    #define CACHE_IGNORE_HEADERS_SET   1
    #define CACHE_IGNORE_HEADERS_UNSET 0
    int ignore_headers_set;
+    /* Minimum time to keep cached files in msecs */
+    apr_time_t minex;
+    int minex_set;
} cache_server_conf;


Does this change require some sort of bump? And if yes what kind of?

Regards

RĂ¼diger

I was about to reply 'I don't think so' under the argument that cache_server_conf is not part of the Apache module API, it should only be referenced by the cache modules. However, I don't recall if the core server is dependent on knowing the size of module conf structures (during merge operations for instance). I think not, but I could be mistaken.

Bill


Reply via email to