|
libreport
2.1.11.1
A tool to inform users about various problems on the running system
|
Data Fields | |
| int | children_count |
| int(* | post_run_callback )(const char *dump_dir_name, void *param) |
| void * | post_run_param |
| char *(* | logging_callback )(char *log_line, void *param) |
| void * | logging_param |
| void(* | error_callback )(const char *error_line, void *param) |
| void * | error_param |
| void * | interaction_param |
| void(* | alert_callback )(const char *msg, void *interaction_param) |
| char *(* | ask_callback )(const char *msg, void *interaction_param) |
| int(* | ask_yes_no_callback )(const char *msg, void *interaction_param) |
| int(* | ask_yes_no_yesforever_callback )(const char *key, const char *msg, void *interaction_param) |
| char *(* | ask_password_callback )(const char *msg, void *interaction_param) |
| GList * | rule_list |
| pid_t | command_pid |
| int | command_out_fd |
| int | command_in_fd |
| int | process_status |
| struct strbuf * | command_output |
Definition at line 30 of file run_event.h.
1.8.5