server: attempt to handle client ctrl-c
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index fdc2c7e04b178175bd1882c1534430b6f347cee0..a74fb108c7f6f79827ea793d9cc099b28ea2777b 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -575,6 +575,8 @@ enum {
 };
 
 extern void td_set_runstate(struct thread_data *, int);
+#define TERMINATE_ALL          (-1)
+extern void fio_terminate_threads(int);
 
 /*
  * Memory helpers