summaryrefslogtreecommitdiffstats
path: root/src/include/report/run_event.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-24 13:55:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-24 13:55:15 +0100
commit1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d (patch)
tree8c586c461d48d9407aec470c42620dd65a84b05d /src/include/report/run_event.h
parente5cc6aec0dcdbb1ad1843bf9dfa7b853c80ed337 (diff)
downloadabrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.tar.gz
abrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.tar.xz
abrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.zip
gui-wizard-gtk: make [Refresh] button work
Looks for reanalyze_FOO events, enables them on "Select analyzer" page and sends user go to that page to pick the [re]analyzer to run. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include/report/run_event.h')
-rw-r--r--src/include/report/run_event.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index 5d108a27..7fd8edea 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -69,7 +69,10 @@ int run_event_on_crash_data(struct run_event_state *state, crash_data_t *data, c
/* Querying for possible events */
-/* Returns a malloced string with '\n'-terminated event names */
+/* Scans event.conf for events starting with pfx which are applicable
+ * to dd, or (if dd is NULL), to dump_dir.
+ * Returns a malloced string with '\n'-terminated event names.
+ */
char *list_possible_events(struct dump_dir *dd, const char *dump_dir_name, const char *pfx);
#ifdef __cplusplus