From 1c01cb45101a2f0193921ba967f800bdf6bb83cb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jun 2012 15:42:48 +0200 Subject: s3:include: change lock_struct->fnum to uint64_t Note: this changes the format of brlock.tdb! Pair-Programmed-With: Stefan Metzmacher Autobuild-User: Michael Adam Autobuild-Date: Wed Jun 6 23:22:00 CEST 2012 on sn-devel-104 --- source3/include/locking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/locking.h') diff --git a/source3/include/locking.h b/source3/include/locking.h index 8ece11c920..32593af181 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -66,7 +66,7 @@ struct lock_struct { struct lock_context context; br_off start; br_off size; - uint16 fnum; + uint64_t fnum; enum brl_type lock_type; enum brl_flavour lock_flav; }; -- cgit