Changes rule_id to long in order to have it visible by systemtap

This commit is contained in:
Felipe Zimmerle 2015-09-11 12:41:36 -03:00
parent 2a8f45b895
commit 140a62a2b5

View File

@ -47,7 +47,7 @@ class Rule {
std::vector<Variables::Variable *> *variables; std::vector<Variables::Variable *> *variables;
int phase; int phase;
double rule_id; long rule_id;
Rule *chainedRule; Rule *chainedRule;
bool chained; bool chained;