X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=td_error.h;h=1cc3a75390af333d48e5aa094f0c2d5f32ae51c8;hp=113398987553e6f75903877c380d5e3b02300a03;hb=66b182f90c3f08dcbd0592ce70cb350ca5ac0cc0;hpb=3c978125e2bc883a9e69f0bae0122f936f995f17 diff --git a/td_error.h b/td_error.h index 11339898..1cc3a753 100644 --- a/td_error.h +++ b/td_error.h @@ -1,8 +1,11 @@ #ifndef FIO_TD_ERROR_H #define FIO_TD_ERROR_H +#include "io_ddir.h" + /* - * What type of errors to continue on when continue_on_error is used + * What type of errors to continue on when continue_on_error is used, + * and what type of errors to ignore when ignore_error is used. */ enum error_type_bit { ERROR_TYPE_READ_BIT = 0,