Whamcloud - gitweb
e2fsck: print the current and expected block group checksums
[tools/e2fsprogs.git] / e2fsck / problem.h
index f2bd414..5c1579d 100644 (file)
@@ -19,6 +19,7 @@ struct problem_context {
        blk64_t blk, blk2;
        e2_blkcnt_t     blkcount;
        int             group;
+       __u32           csum1, csum2;
        __u64   num;
        const char *str;
 };