summaryrefslogtreecommitdiff
path: root/subproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'subproc.h')
-rw-r--r--subproc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/subproc.h b/subproc.h
index 8f113c5a..b8ebad80 100644
--- a/subproc.h
+++ b/subproc.h
@@ -45,6 +45,7 @@ extern void subproc_checkTimeLimit(run_t* run);
extern void subproc_checkTermination(run_t* run);
-bool subproc_runThread(honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*));
+bool subproc_runThread(
+ honggfuzz_t* hfuzz, pthread_t* thread, void* (*thread_func)(void*), bool joinable);
#endif