X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftlist%2F_info;h=c3c116d2ead01bbead5865e3321034ea45f298b3;hb=a8f32342d90676f9904b632706caab44313533dd;hp=4c3394c977b5459eec1f7a3ec826cf8142f1728e;hpb=3750ffaa89f0d771990152e6c0894681dffc4850;p=ccan 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;