[PATCH] Support for splice IO engine
[fio.git] / os.h
diff --git a/os.h b/os.h
index 3ee1368944855c58edaa1002fb896197f800a84e..093a722ebfce1d80f78a76bd99c58fdb01d1d906 100644 (file)
--- a/os.h
+++ b/os.h
@@ -45,5 +45,6 @@ extern int fio_posixaio_init(struct thread_data *);
 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_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 *);
 
 #endif
 
 #endif