filesetup: convert root flush warning to fio_did_warn()
[fio.git] / debug.h
diff --git a/debug.h b/debug.h
index 68a5adca268e6b331433ffa58183c44b3b45ed67..7e8c22406450df9a8a905aba5ddbcc8c652e99ca 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -39,6 +39,10 @@ static inline bool fio_did_warn(unsigned int mask)
        return false;
 }
 
+enum {
+       FIO_WARN_ROOT_FLUSH     = 1,
+};
+
 #ifdef FIO_INC_DEBUG
 struct debug_level {
        const char *name;