projects
/
fio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] Support for splice IO engine
[fio.git]
/
fio.h
diff --git
a/fio.h
b/fio.h
index e997fbe52f3c6ae900a5909f8c1bd44452f4b26d..fe7efbdc472327a8a1d0b3210b9aec755e8b87fa 100644
(file)
--- a/
fio.h
+++ b/
fio.h
@@
-278,6
+278,7
@@
enum {
FIO_LIBAIO = 1 << 2,
FIO_POSIXAIO = 1 << 3,
FIO_SGIO = 1 << 4,
+ FIO_SPLICEIO = 1 << 5 | FIO_SYNCIO,
};
#define td_read(td) ((td)->ddir == DDIR_READ)