summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/locking.h4
-rw-r--r--source3/include/smb.h4
2 files changed, 4 insertions, 4 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_ */
diff --git a/source3/include/smb.h b/source3/include/smb.h
index e6710ca769..206820ba4c 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -151,10 +151,6 @@ struct wb_context;
struct rpc_cli_smbd_conn;
struct fncall_context;
-struct share_mode_lock {
- struct share_mode_data *data;
-};
-
struct vfs_fsp_data {
struct vfs_fsp_data *next;
struct vfs_handle_struct *owner;