Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-07 | lib/tdb2: adapt unit tests to SAMBA environment. | Rusty Russell | 1 | -1/+1 | |
This means changing headers, implementing a simple tap-like wrapper, and also splitting out the helpers into those which are linked with the api* tests (which can't use non-public tdb2 functions) and those linked with the run* tests (which can). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-09-14 | tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into ↵ | Rusty Russell | 1 | -0/+39 | |
tdb_get_seqnum/tdb_inc_seqnum Switch on the TDB_VERSION1 flag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 57359c26e9626aa986ee0538efd13a44a466f39d) |