summaryrefslogtreecommitdiffstats
path: root/src/include/report/event_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/report/event_config.h')
-rw-r--r--src/include/report/event_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 5c898d9a..2e2783de 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -71,6 +71,7 @@ typedef struct
//char *action; //action description to show in gui like: Upload report to the Red Hat bugzilla"
char *description; // "Report to..."/"Save to file". Should be one sentence, not long
char *long_descr; // Long(er) explanation, if needed
+ char *creates_elements;
GList *options;
} event_config_t;