• Rusty Russell's avatar
    tdb2: Make TDB1 code use TDB2's open flags. · 22d0e0dc
    Rusty Russell authored
    This means getting rid of TDB_VOLATILE (perhaps we should use an
    attribute for that?), TDB_INCOMPATIBLE_HASH (use the
    tdb_attribute_hash for that) and TDB_CLEAR_IF_FIRST (use the
    tdb_attribute_openhook for that).
    
    We also get rid of TDB_DISALLOW_NESTING: that's the default for TDB2.
    22d0e0dc
tdb1_private.h 9.71 KB