[PATCH] Basic support for a cpu cycle eater job
[fio.git] / os.h
diff --git a/os.h b/os.h
index 1bce2f64028324d7b1e982ce8c1d42305cb31ec5..68660b6d4ff406c7bb4bbb8aa4dcdc756d70f6d4 100644 (file)
--- a/os.h
+++ b/os.h
@@ -54,5 +54,6 @@ extern int fio_syncio_init(struct thread_data *);
 extern int fio_mmapio_init(struct thread_data *);
 extern int fio_sgio_init(struct thread_data *);
 extern int fio_spliceio_init(struct thread_data *);
+extern int fio_cpuio_init(struct thread_data *);
 
 #endif