projects
/
fio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix aiocb compile warnings on HPUX
[fio.git]
/
ioengine.h
diff --git
a/ioengine.h
b/ioengine.h
index 75c2c1ad222687f928e9c46fc5103d5c859035be..044c4da1a150af8ce239cd0bc57ca14a75ef0c6a 100644
(file)
--- a/
ioengine.h
+++ b/
ioengine.h
@@
-22,7
+22,7
@@
struct io_u {
struct iocb iocb;
#endif
#ifdef FIO_HAVE_POSIXAIO
-
struct aiocb
aiocb;
+
os_aiocb_t
aiocb;
#endif
#ifdef FIO_HAVE_SGIO
struct sg_io_hdr hdr;