server: attempt to handle client ctrl-c

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/fio.h b/fio.h
index fdc2c7e..a74fb10 100644
--- a/fio.h
+++ b/fio.h
@@ -575,6 +575,8 @@
 };
 
 extern void td_set_runstate(struct thread_data *, int);
+#define TERMINATE_ALL		(-1)
+extern void fio_terminate_threads(int);
 
 /*
  * Memory helpers