mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add atomic updates for persistent counters. See #20.
This commit is contained in:
@@ -41,6 +41,8 @@ typedef struct msre_cache_rec msre_cache_rec;
|
||||
|
||||
/* Actions, variables, functions and operator functions */
|
||||
|
||||
apr_status_t DSOLOCAL collection_original_setvar(modsec_rec *msr, const char *col_name, const msc_string *orig_var);
|
||||
|
||||
int DSOLOCAL expand_macros(modsec_rec *msr, msc_string *var, msre_rule *rule, apr_pool_t *mptmp);
|
||||
|
||||
apr_status_t DSOLOCAL msre_parse_targets(msre_ruleset *ruleset, const char *text,
|
||||
|
Reference in New Issue
Block a user