X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=f70eb61e6eae92edb324ed5dbea35c9e6dcb11dc;hp=226661745a7c9418bc75b4089d1d949e800deef1;hb=4fe721ac83e84df7c6be07394d1963fd1ec5d9a6;hpb=892930839558edf72052e0471714f227c1391132 diff --git a/iolog.h b/iolog.h index 22666174..f70eb61e 100644 --- a/iolog.h +++ b/iolog.h @@ -1,6 +1,8 @@ #ifndef FIO_IOLOG_H #define FIO_IOLOG_H +#include + #include "lib/rbtree.h" #include "lib/ieee754.h" #include "flist.h" @@ -199,7 +201,7 @@ enum { */ struct io_piece { union { - struct rb_node rb_node; + struct fio_rb_node rb_node; struct flist_head list; }; struct flist_head trim_list;