summaryrefslogtreecommitdiff
path: root/source3/include/locking.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-06 15:42:48 +0200
committerMichael Adam <obnox@samba.org>2012-06-06 23:21:59 +0200
commit1c01cb45101a2f0193921ba967f800bdf6bb83cb (patch)
tree7a13ec49b74d1ae98bdd720b6802f9a58ea99359 /source3/include/locking.h
parentfab660780ab5f3afda11ae3daee8f50571fc4145 (diff)
downloadsamba-1c01cb45101a2f0193921ba967f800bdf6bb83cb.tar.gz
samba-1c01cb45101a2f0193921ba967f800bdf6bb83cb.tar.bz2
samba-1c01cb45101a2f0193921ba967f800bdf6bb83cb.zip
s3:include: change lock_struct->fnum to uint64_t
Note: this changes the format of brlock.tdb! Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jun 6 23:22:00 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include/locking.h')
-rw-r--r--source3/include/locking.h2
1 files changed, 1 insertions, 1 deletions
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;
};