pytdb: Add TDB_INCOMPATIBLE_HASH open flag
authorKirill Smelkov <kirr@mns.spb.ru>
Sat, 2 Oct 2010 13:43:40 +0000 (17:43 +0400)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Oct 2010 04:48:25 +0000 (15:18 +1030)
commit07880810941850e81442b888cd70d810d3f80fc3
treed8f0dd01e10ae45371694d929dcaaac132e29b83
parent7db9838cb5af0d334efbbcb96bfa51d19b35941a
pytdb: Add TDB_INCOMPATIBLE_HASH open flag

In 2dcf76 Rusty added TDB_INCOMPATIBLE_HASH open flag which selects
Jenkins lookup3 hash for new databases.

Expose this flag to python users too.

Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
lib/tdb/pytdb.c