]> git.ozlabs.org Git - ccan/commitdiff
lbalance: Switch to tlist2
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 31 Mar 2017 12:51:22 +0000 (23:51 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 31 Mar 2017 12:51:22 +0000 (23:51 +1100)
lbalance uses the tlist module. tlist causes compile warnings on clang if
you're not careful, because it can put 0 length arrays in the middle of
structures.  tlist2 doesn't have the problem, and also has a slightly
cleaner interface.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found