X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftlist%2F_info;fp=ccan%2Ftlist%2F_info;h=c3c116d2ead01bbead5865e3321034ea45f298b3;hp=4c3394c977b5459eec1f7a3ec826cf8142f1728e;hb=78b06543e80fc76b953b6a65684dce312da7e660;hpb=3ffb94e9aad84dc0d8e19a5a7d709589d7956ddf diff --git a/ccan/tlist/_info b/ccan/tlist/_info index 4c3394c9..c3c116d2 100644 --- a/ccan/tlist/_info +++ b/ccan/tlist/_info @@ -15,11 +15,7 @@ * #include * #include * - * // We could use TLIST_TYPE(children, struct child) to define this. - * struct tlist_children { - * struct list_head raw; - * TCON(struct child *canary); - * }; + * TLIST_TYPE(children, struct child); * struct parent { * const char *name; * unsigned int num_children;