summaryrefslogtreecommitdiff
path: root/source3/include/locking.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-27 10:35:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:50 -0500
commit40a3b796ceac468b887b981422680a8139142a07 (patch)
tree449b671a1a89d7e28733ec960f6ab3d559d9a471 /source3/include/locking.h
parent1e6af7084bafe29021b0ad2ee49c3bbf90e350ca (diff)
downloadsamba-40a3b796ceac468b887b981422680a8139142a07.tar.gz
samba-40a3b796ceac468b887b981422680a8139142a07.tar.bz2
samba-40a3b796ceac468b887b981422680a8139142a07.zip
r23165: Convert brlock.tdb to dbwrap
(This used to be commit 84f9885cf8cc57dcf3c2738d6b245de314890a41)
Diffstat (limited to 'source3/include/locking.h')
-rw-r--r--source3/include/locking.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h
index cc4d83fdcd..e675755839 100644
--- a/source3/include/locking.h
+++ b/source3/include/locking.h
@@ -58,6 +58,7 @@ struct byte_range_lock {
BOOL read_only;
struct lock_key key;
struct lock_struct *lock_data;
+ struct db_record *record;
};
#define BRLOCK_FN_CAST() \