diff mpffs/struct.h @ 31:3cca8070ef0f

mpffs-ls reports file sizes
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 30 Jun 2013 06:59:59 +0000
parents e96d6862cec0
children
line wrap: on
line diff
--- a/mpffs/struct.h	Sun Jun 30 06:28:58 2013 +0000
+++ b/mpffs/struct.h	Sun Jun 30 06:59:59 2013 +0000
@@ -21,3 +21,10 @@
 	u16	descend;
 	u16	sibling;
 };
+
+/* chunk location and size info */
+struct chunkinfo {
+	u8	*start;
+	u8	*end;
+	size_t	len;
+};