From fab660780ab5f3afda11ae3daee8f50571fc4145 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jun 2012 15:33:58 +0200 Subject: s3:include: change lock_context->tid to uint32_t Note: this changes for format of brlock.tdb! Pair-Programmed-With: Stefan Metzmacher --- source3/include/locking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/locking.h b/source3/include/locking.h index 3d12fc272c..8ece11c920 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -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; }; -- cgit