diff options
| author | Volker Lendecke <vl@samba.org> | 2012-01-10 13:56:37 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2012-01-12 23:59:22 +0100 |
| commit | cfebba96bdab2097b6115f10b649ec6c23c72519 (patch) | |
| tree | 3ae01b915dd1d915f2f5a06f84480a756479203b /source3/include | |
| parent | 9cf6d735d43f6f905b19f52d38c93aa30092333d (diff) | |
s3: Put an indirection layer into share_mode_lock
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 2adfa36c8c..11a05f9369 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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; |
