]> wimlib.net Git - wimlib/blobdiff - src/list.h
Various cleanups
[wimlib] / src / list.h
index c34706fb2b138fb61b85ca50bb91d23e51ef8ea0..71ba09f77d04c2ff1141b3219ac39f0d18382010 100644 (file)
@@ -34,6 +34,13 @@ struct hlist_node {
        struct hlist_node *next, **pprev;
 };
 
+/* 
+ * Structure used to create a linked list of streams that share the same lookup
+ * table entry.  This structure may be embedded in either a dentry (for the
+ * un-named data stream) or an ads_entry (for an alternate data stream).  The
+ * @type field indicates which of these structures the stream_list_head is
+ * embedded in.
+ */
 struct stream_list_head {
        struct list_head list;
        enum {