Refactoring on Action - having RuleWithAction and RuleWithActionsProperties

This commit is contained in:
Felipe Zimmerle
2020-09-23 13:48:15 -03:00
parent bd59555206
commit 79d574baa3
44 changed files with 2172 additions and 1533 deletions

View File

@@ -37,7 +37,7 @@ class Log : public ActionTypeRuleMetaData,
{ }
void configure(RuleWithActions *rule) override {
rule->setHasLogAction(true);
rule->setLog(true);
}
};