Added logdata action (still needs byte limit). See #40.

This commit is contained in:
brectanus
2007-08-10 00:22:15 +00:00
parent 765dfd0274
commit 8f6385f784
7 changed files with 79 additions and 5 deletions

View File

@@ -224,6 +224,7 @@ struct msre_actionset {
const char *id;
const char *rev;
const char *msg;
const char *logdata;
int severity;
int phase;
msre_rule *rule;