summaryrefslogtreecommitdiffstats
path: root/source/include
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
commit84f9885cf8cc57dcf3c2738d6b245de314890a41 (patch)
treeeb2883fe62124cfa754e3ae1102ee28099d5940f /source/include
parent8de1ac9fadb1b0dcac28eef32f7826e9e3a7eca4 (diff)
downloadsamba-84f9885cf8cc57dcf3c2738d6b245de314890a41.tar.gz
samba-84f9885cf8cc57dcf3c2738d6b245de314890a41.tar.xz
samba-84f9885cf8cc57dcf3c2738d6b245de314890a41.zip
r23165: Convert brlock.tdb to dbwrap
Diffstat (limited to 'source/include')
-rw-r--r--source/include/locking.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/locking.h b/source/include/locking.h
index cc4d83fdcd4..e675755839f 100644
--- a/source/include/locking.h
+++ b/source/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() \