pytdb: Add TDB_INCOMPATIBLE_HASH open flag
authorKirill Smelkov <kirr@mns.spb.ru>
Sat, 2 Oct 2010 13:43:40 +0000 (17:43 +0400)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 8 Oct 2010 01:59:39 +0000 (12:59 +1100)
commit5c51125747b5db7fbd39d9674f9d4b703b217e10
treecd26204484c34fad3e5f5e3b7fc0c3782cb0286f
parentb861ae43ed126927ce7b554943053742873d06ce
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