]> git.ozlabs.org Git - ccan/commit
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)
commitdcc0a08c26fa3255c09c8f3b5b9e518c333420bb
tree4e3ff3aad8ab49dc9ed466147643a12cd66ac4c3
parent86380f797c32d7c878e6c008da44714ce3bc5ab2
lbalance: Switch to tlist2

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>
ccan/lbalance/_info
ccan/lbalance/lbalance.c