mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Cleanup on Action class
This commit is contained in:
@@ -89,6 +89,12 @@
|
||||
typedef struct ModSecurity_t modsecurity;
|
||||
#else
|
||||
namespace modsecurity {
|
||||
/**
|
||||
* Further that will be changed to be a stack-based string,
|
||||
* for the benefit of performance.
|
||||
*/
|
||||
using ModSecString = std::string;
|
||||
|
||||
/**
|
||||
*
|
||||
* The Phases enumerator consists in mapping the different stages of a
|
||||
|
||||
Reference in New Issue
Block a user