--scan-dump and --load options, for moving dump files around and
[sgt/agedu] / trie.h
diff --git a/trie.h b/trie.h
index 2f88291..40f6f75 100644 (file)
--- a/trie.h
+++ b/trie.h
@@ -9,7 +9,7 @@
  * An entry in the trie file describing an actual file.
  */
 struct trie_file {
-    unsigned long long blocks;
+    unsigned long long size;
     unsigned long long atime;
 };