X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=e2fsck%2FproblemP.h;h=7944cd6c72b83feb3e2e9c624c8454b427727005;hb=be1e74c1c78c00bc9a31c4fe5cabd4f923c0cdd3;hp=21264fa7a2107922c748830c419248764c19fff8;hpb=8fd98bba213bbcc93e43993aaf41e7dec19a1b61;p=tools%2Fe2fsprogs.git diff --git a/e2fsck/problemP.h b/e2fsck/problemP.h index 21264fa..7944cd6 100644 --- a/e2fsck/problemP.h +++ b/e2fsck/problemP.h @@ -15,6 +15,8 @@ struct e2fsck_problem { char prompt; int flags; problem_t second_code; + int count; + int max_count; }; struct latch_descr { @@ -39,5 +41,6 @@ struct latch_descr { #define PR_NO_NOMSG 0x010000 /* Don't print a message if e2fsck -n */ #define PR_PREEN_NO 0x020000 /* Use No as an answer if preening */ #define PR_PREEN_NOHDR 0x040000 /* Don't print the preen header */ -#define PR_CONFIG 0x080000 /* This problem has been customized +#define PR_CONFIG 0x080000 /* This problem has been customized from the config file */ +#define PR_FORCE_NO 0x100000 /* Force the answer to be no */