pytdb: Add TDB_INCOMPATIBLE_HASH open flag
authorKirill Smelkov <kirr@mns.spb.ru>
Sat, 2 Oct 2010 13:43:40 +0000 (17:43 +0400)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 2 Oct 2010 20:36:52 +0000 (22:36 +0200)
commita29142855e3f47a86a07c520a92f73c14e2488d7
tree96da369e5fcfee38ba60f85a5cb3dfdcd9449f19
parent14efa955934b1731df9bfa6cd089ae6e78a4f1d1
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