1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +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;
};
struct share_mode_lock {
struct share_mode_data *data;
};
#endif /* _LOCKING_H_ */