summaryrefslogtreecommitdiffstats
path: root/src/include/report/run_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/report/run_event.h')
-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;