1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3:includes: move struct share_mode_lock to locking.h

metze
This commit is contained in:
Stefan Metzmacher 2012-06-04 17:43:13 +02:00
parent 05dc497637
commit a8e7c57862
2 changed files with 4 additions and 4 deletions

View File

@ -98,4 +98,8 @@ struct smbd_lock_element {
uint64_t count; uint64_t count;
}; };
struct share_mode_lock {
struct share_mode_data *data;
};
#endif /* _LOCKING_H_ */ #endif /* _LOCKING_H_ */

View File

@ -151,10 +151,6 @@ struct wb_context;
struct rpc_cli_smbd_conn; struct rpc_cli_smbd_conn;
struct fncall_context; struct fncall_context;
struct share_mode_lock {
struct share_mode_data *data;
};
struct vfs_fsp_data { struct vfs_fsp_data {
struct vfs_fsp_data *next; struct vfs_fsp_data *next;
struct vfs_handle_struct *owner; struct vfs_handle_struct *owner;