From a8e7c57862ce4511b5e9503265c1dbff575bd373 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 17:43:13 +0200 Subject: s3:includes: move struct share_mode_lock to locking.h metze --- source3/include/locking.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/locking.h') diff --git a/source3/include/locking.h b/source3/include/locking.h index b003b55aa4..3d12fc272c 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -98,4 +98,8 @@ struct smbd_lock_element { uint64_t count; }; +struct share_mode_lock { + struct share_mode_data *data; +}; + #endif /* _LOCKING_H_ */ -- cgit