]> wimlib.net Git - wimlib/blobdiff - src/hardlink.c
Comments
[wimlib] / src / hardlink.c
index b32309fd407735a262759de7c3a2131b49815082..c5324e74ec6c9e9921049c1d3ffcc8c6bc490d2a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * hardlink.c
+ *
+ * Code to deal with hard links in WIMs.  Essentially, the WIM dentries are put
+ * into a hash table indexed by the hard link group ID field, then for each hard
+ * link group, a linked list is made to connect the dentries.
+ */
+
 /*
  * Copyright (C) 2012 Eric Biggers
  *
 /*
  * Copyright (C) 2012 Eric Biggers
  *