mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Refactoring: new structure for logging alerts
Disruptive actions were moved to actions::disruptive namespace
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
#include "modsecurity/actions/action.h"
|
||||
#include "modsecurity/rule_message.h"
|
||||
|
||||
#ifndef SRC_ACTIONS_STATUS_H_
|
||||
#define SRC_ACTIONS_STATUS_H_
|
||||
#ifndef SRC_ACTIONS_DATA_STATUS_H_
|
||||
#define SRC_ACTIONS_DATA_STATUS_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
class Transaction;
|
||||
@@ -48,4 +48,4 @@ class Status : public Action {
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_STATUS_H_
|
||||
#endif // SRC_ACTIONS_DATA_STATUS_H_
|
||||
|
||||
Reference in New Issue
Block a user