From 392a374205d9e90fe4b4b6419fefa493f0a5ccc2 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 1 Mar 2008 18:58:08 +0100 Subject: [PATCH] Missed fio.h update for filehash, oops Signed-off-by: Jens Axboe --- fio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fio.h b/fio.h index 6b8ffe29..fe1a227d 100644 --- a/fio.h +++ b/fio.h @@ -274,6 +274,7 @@ enum fio_file_flags { FIO_FILE_EXTEND = 1 << 2, /* needs extend */ FIO_FILE_DONE = 1 << 3, /* io completed to this file */ FIO_SIZE_KNOWN = 1 << 4, /* size has been set */ + FIO_FILE_HASHED = 1 << 5, /* file is on hash */ }; /* @@ -281,6 +282,7 @@ enum fio_file_flags { * this structure holds state information for a single file. */ struct fio_file { + struct list_head hash_list; enum fio_filetype filetype; /* -- 2.25.1