actions: Compute the rule association during rules load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent e345cf5ca3
commit 67b08dfe43
83 changed files with 842 additions and 415 deletions

View File

@@ -35,7 +35,6 @@ class TimeEpoch : public Variable {
m_retName("TIME_EPOCH") { }
void evaluate(Transaction *transaction,
RuleWithActions *rule,
std::vector<const VariableValue *> *l) override;
std::string m_retName;
};