mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
lib/drmtest: consolidate the helper process killing in one exit handler
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -224,6 +224,7 @@ void igt_waitchildren(void);
|
||||
struct igt_helper_process {
|
||||
bool running;
|
||||
pid_t pid;
|
||||
int id;
|
||||
};
|
||||
bool __igt_fork_helper(struct igt_helper_process *proc);
|
||||
void igt_stop_helper(struct igt_helper_process *proc);
|
||||
|
||||
Reference in New Issue
Block a user