summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorrobi <robi>2011-12-16 20:10:38 +0000
committerrobi <robi>2011-12-16 20:10:38 +0000
commitbe0c55229494231393ae0f122cac8d19753d6804 (patch)
tree2a24350baffbeab4b2896261d0c57e7cf6579c43 /src/util.h
parentae69498e24734878c5b4116bbef0801312fc9b7d (diff)
BUG #018427: support for libext2fs 1.41.x and 1.42.x
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 1299f62..ac1d576 100644
--- a/src/util.h
+++ b/src/util.h
@@ -125,7 +125,21 @@ struct inode_nr_collect{
};
-//struct for generic bitmap
+//struct for generic bitmap
+/*
+struct ext2fs_struct_loc64_generic_bitmap {
+ errcode_t magic;
+ ext2_filsys fs;
+ struct ext2_bitmap_ops *bitmap_ops;
+ int flags;
+ __u64 start, end;
+ __u64 real_end;
+ int cluster_bits;
+ char *description;
+ void *private;
+ errcode_t base_error_code;
+};*/
+
struct ext2fs_struct_loc_generic_bitmap {
errcode_t magic;
ext2_filsys fs;