summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-05-02 18:24:56 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-05-18 12:04:51 +0200
commit68fecac7d81b915d27b9dbb677e3ac54456fcf1a (patch)
tree0b272999224d30930f4f1b09eb2085f325cb7776 /lib/igt_core.h
parent31d3b9913d718ba949a258bd02045aed2af5fd76 (diff)
lib/igt_core: export kill_children() function
This function is needed outside igt_core. So, make it exportable, and allow passing different signs to the children. Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 78dc6202..526282fa 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -1103,6 +1103,7 @@ bool __igt_fork(void);
int __igt_waitchildren(void);
void igt_waitchildren(void);
void igt_waitchildren_timeout(int seconds, const char *reason);
+void igt_kill_children(int signal);
/**
* igt_helper_process: