]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:include: change lock_context->tid to uint32_t
authorMichael Adam <obnox@samba.org>
Wed, 6 Jun 2012 13:33:58 +0000 (15:33 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Jun 2012 17:37:14 +0000 (19:37 +0200)
Note: this changes for format of brlock.tdb!

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

source3/include/locking.h

index 3d12fc272c44f0b5c036472933701db48f9567e0..8ece11c920f7e9631c51355591094c5e66adbd11 100644 (file)
@@ -39,7 +39,7 @@ enum brl_flavour {WINDOWS_LOCK = 0, POSIX_LOCK = 1};
 
 struct lock_context {
        uint64_t smblctx;
-       uint16 tid;
+       uint32_t tid;
        struct server_id pid;
 };