From c9120cdc51ce7aba5a19500bf24692144ac64983 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 10 May 2011 02:08:58 +0200 Subject: Do away with reanalyze events Now code determines whether analyze event can be skipped by looking at backtrace element in .xml file. Signed-off-by: Denys Vlasenko --- src/include/report/event_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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; -- cgit