From a96e56e3cd33b0ea5043793c1e56f4bd21c8a48c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Jan 2011 16:00:37 +0100 Subject: run_event: add children_count Signed-off-by: Denys Vlasenko --- src/include/report/run_event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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; -- cgit