]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dbwrap: add flag DBWRAP_FLAG_PER_REC_PERSISTENT
authorRalph Boehme <slow@samba.org>
Sat, 18 Nov 2017 13:39:59 +0000 (14:39 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 17 Jul 2026 10:18:35 +0000 (10:18 +0000)
Used by callers to open with per-record persistency.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/dbwrap/dbwrap.h

index 9df3576bb8a48e534d462c669c4aef5865699dfb..504fcd4e366429cce8e9df91a0b2d4e9172f6f51 100644 (file)
@@ -39,6 +39,7 @@ enum dbwrap_lock_order {
 
 #define DBWRAP_FLAG_NONE                     0x0000000000000000ULL
 #define DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESS 0x0000000000000001ULL
+#define DBWRAP_FLAG_PER_REC_PERSISTENT       0x0000000000000002ULL
 
 /** Flags to dbwrap_store() */
 #define DBWRAP_REPLACE TDB_REPLACE     /* Replace record */