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:
parent
05dc497637
commit
a8e7c57862
@ -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_ */
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user