summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/run_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index 12528920..9726b643 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -41,7 +41,7 @@ struct run_event_state {
void *logging_param;
/* Internal data for async command execution */
- GList *commands;
+ GList *rule_list;
pid_t command_pid;
int command_out_fd;
};