tdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
commitc29e64d97ee18e9d7946151052d1757084f861c6
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Feb 2014 22:35:53 +0000 (4 23:35 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 22 May 2014 19:05:15 +0000 (22 21:05 +0200)
treea812e911fe41dad0e4ed02ffcf9bbd9c895b299a
parentc0b0648555cd6193a587da4810ac2b0543497ea8
tdb: introduce TDB_SUPPORTED_FEATURE_FLAGS

This will allow to store a feature mask in the tdb header on disk,
so that openers can check if they can handle the features
other openers are using.

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Pair-Programmed-With: Michael Adam <obnox@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tdb/common/check.c
lib/tdb/common/open.c
lib/tdb/common/summary.c
lib/tdb/common/tdb_private.h