summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-27 16:00:37 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-27 16:00:37 +0100
commita96e56e3cd33b0ea5043793c1e56f4bd21c8a48c (patch)
tree6e00039c312432b2715c2447bd2844d8736d0549 /src/include
parent5c71e00f814f679bd6ea652eda8552f746b5f725 (diff)
downloadabrt-a96e56e3cd33b0ea5043793c1e56f4bd21c8a48c.tar.gz
abrt-a96e56e3cd33b0ea5043793c1e56f4bd21c8a48c.tar.xz
abrt-a96e56e3cd33b0ea5043793c1e56f4bd21c8a48c.zip
run_event: add children_count
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/run_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index bab7cd2c..4d06896a 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -28,6 +28,7 @@ extern "C" {
struct dump_dir;
struct run_event_state {
+ int children_count;
/* Used only for post-create dup detection. TODO: document its API */
int (*post_run_callback)(const char *dump_dir_name, void *param);
void *post_run_param;