summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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 d2624e60..e2310885 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -61,6 +61,7 @@ typedef struct
char *name; //name of the event "Bugzilla" "RedHat Support Uploader"
char *title; //window title - not used right now, maybe the "name" is enough?
char *action;//action description to show in gui like: Upload report to the Red Hat bugzilla"
+ char *description;
GList *options;
} event_config_t;