summaryrefslogtreecommitdiff
path: root/source3/include/locking.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-04 17:43:13 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:36 +0200
commita8e7c57862ce4511b5e9503265c1dbff575bd373 (patch)
treec07f89e64ef67f1aa15cb129765fddd36b02dbbc /source3/include/locking.h
parent05dc49763791cd2d9e6b5c595d02dcf8d8a019e8 (diff)
downloadsamba-a8e7c57862ce4511b5e9503265c1dbff575bd373.tar.gz
samba-a8e7c57862ce4511b5e9503265c1dbff575bd373.tar.bz2
samba-a8e7c57862ce4511b5e9503265c1dbff575bd373.zip
s3:includes: move struct share_mode_lock to locking.h
metze
Diffstat (limited to 'source3/include/locking.h')
-rw-r--r--source3/include/locking.h4
1 files changed, 4 insertions, 0 deletions
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_ */