mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-15 07:57:10 +03:00
Add a needed function prototype for compiling in performance testing mode.
This commit is contained in:
@@ -735,6 +735,8 @@ void msre_engine_destroy(msre_engine *engine) {
|
|||||||
* transaction phase.
|
* transaction phase.
|
||||||
*/
|
*/
|
||||||
#if defined(PERFORMANCE_MEASUREMENT)
|
#if defined(PERFORMANCE_MEASUREMENT)
|
||||||
|
static apr_status_t msre_ruleset_process_phase_(msre_ruleset *ruleset, modsec_rec *msr);
|
||||||
|
|
||||||
apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr) {
|
apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr) {
|
||||||
apr_array_header_t *arr = NULL;
|
apr_array_header_t *arr = NULL;
|
||||||
msre_rule **rules = NULL;
|
msre_rule **rules = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user