]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/problemP.h
e2fsck: add support for saving the problem code log
[thirdparty/e2fsprogs.git] / e2fsck / problemP.h
index 7944cd6c72b83feb3e2e9c624c8454b427727005..95c1a704e2cfb02dc55ce4e38de46cd4c69430f8 100644 (file)
@@ -44,3 +44,5 @@ struct latch_descr {
 #define PR_CONFIG      0x080000 /* This problem has been customized
                                    from the config file */
 #define PR_FORCE_NO    0x100000 /* Force the answer to be no */
+#define PR_NOT_A_FIX   0x200000 /* Yes doesn't mean a problem was fixed */
+#define PR_HEADER      0x400000 /* Problem is a header marker */