mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Makes global mutex for collections optional
This commit is contained in:
@@ -657,7 +657,9 @@ struct msc_engine {
|
||||
apr_pool_t *mp;
|
||||
apr_global_mutex_t *auditlog_lock;
|
||||
apr_global_mutex_t *geo_lock;
|
||||
#ifdef GLOBAL_COLLECTION_LOCK
|
||||
apr_global_mutex_t *dbm_lock;
|
||||
#endif
|
||||
msre_engine *msre;
|
||||
unsigned int processing_mode;
|
||||
};
|
||||
|
Reference in New Issue
Block a user