X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flist.h;h=71ba09f77d04c2ff1141b3219ac39f0d18382010;hb=038eaccece575d04de8d647bb93773b7f3e38ce4;hp=c34706fb2b138fb61b85ca50bb91d23e51ef8ea0;hpb=873796982adc5c6d6cf3328e2289c1f8bb8eefec;p=wimlib diff --git a/src/list.h b/src/list.h index c34706fb..71ba09f7 100644 --- a/src/list.h +++ b/src/list.h @@ -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 {