]> git.ozlabs.org Git - ccan/commitdiff
tdb2: handle chains of free tables
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 17 Nov 2010 09:56:52 +0000 (20:26 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 17 Nov 2010 09:56:52 +0000 (20:26 +1030)
This adds chains of free tables: we choose one at random at the start and
we iterate through them when they are exhausted.

Currently there is no code to actually add a new free table, but we test
that we can handle it if we add one in future.


No differences found