diff options
author | Jeremy Allison <jra@samba.org> | 2011-01-25 13:57:38 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-01-25 14:02:18 -0800 |
commit | a65bce4e38d0b940286c7c93c226651e5fb45082 (patch) | |
tree | f79cc511c3abfeadb19507b40389b038b3f0a231 /source3/locking | |
parent | b97f1ce68a512cb0da71ee1de9ddaa49dd466068 (diff) | |
download | samba-a65bce4e38d0b940286c7c93c226651e5fb45082.tar.gz samba-a65bce4e38d0b940286c7c93c226651e5fb45082.tar.bz2 samba-a65bce4e38d0b940286c7c93c226651e5fb45082.zip |
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Will be used when we store more than one delete on close token.
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/locking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index a65fcbdba8..0d7d4eecf6 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -1051,6 +1051,7 @@ bool rename_share_filename(struct messaging_context *msg_ctx, } void get_file_infos(struct file_id id, + uint32_t name_hash, bool *delete_on_close, struct timespec *write_time) { |