From 40a3b796ceac468b887b981422680a8139142a07 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 May 2007 10:35:14 +0000 Subject: r23165: Convert brlock.tdb to dbwrap (This used to be commit 84f9885cf8cc57dcf3c2738d6b245de314890a41) --- source3/include/locking.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/locking.h') 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() \ -- cgit