s3: Put an indirection layer into share_mode_lock
[tridge/samba.git] / source3 / include / smb.h
index 2adfa36c8cd9a57ec87767c2d410f91d7839f7bc..11a05f9369407b87656c0c9fdc39e0b611db5d91 100644 (file)
@@ -163,6 +163,10 @@ 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;