summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-08-01 16:42:59 +0200
committerJeremy Allison <jra@samba.org>2019-08-06 21:49:28 +0000
commitbb81b9a75ad66ad8a78f146d217e74c3bf7cc7f8 (patch)
tree0ee5048aaa589e8b3584c6cf5d94fb17f66e113a /source3/smbd/proto.h
parentaf97381b11572befe35dc0cb32ccce59a3f4beaa (diff)
downloadsamba-bb81b9a75ad66ad8a78f146d217e74c3bf7cc7f8.tar.gz
smbd: Use "req->request_time" in schedule_async_open()
All callers passed that in Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index a07bb550430..100805d3253 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -843,10 +843,9 @@ bool get_deferred_open_message_state(struct smb_request *smbreq,
struct timeval *p_request_time,
struct deferred_open_record **open_rec);
bool push_deferred_open_message_smb(struct smb_request *req,
- struct timeval request_time,
- struct timeval timeout,
- struct file_id id,
- struct deferred_open_record *open_rec);
+ struct timeval timeout,
+ struct file_id id,
+ struct deferred_open_record *open_rec);
NTSTATUS allow_new_trans(struct trans_state *list, uint64_t mid);
void reply_outbuf(struct smb_request *req, uint8_t num_words, uint32_t num_bytes);
void smb_request_done(struct smb_request *req);