summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_base.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-17 19:56:50 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-18 07:04:05 +0200
commit5f237763f89ce13240a6e47dddc4dff60e26fa7f (patch)
treeb93f1f6f47b4e3d254a3b008b74e4ebd538c9f0b /source3/libsmb/smb2cli_base.h
parent271f78a9bb814ed10bcc8883a60d6609e1eef500 (diff)
downloadsamba-5f237763f89ce13240a6e47dddc4dff60e26fa7f.tar.gz
samba-5f237763f89ce13240a6e47dddc4dff60e26fa7f.tar.bz2
samba-5f237763f89ce13240a6e47dddc4dff60e26fa7f.zip
s3:smb2cli: pass timeout to smb2cli_req_create/send()
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Sep 18 07:04:05 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/smb2cli_base.h')
-rw-r--r--source3/libsmb/smb2cli_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/smb2cli_base.h b/source3/libsmb/smb2cli_base.h
index 595665d718..105f8ebe1c 100644
--- a/source3/libsmb/smb2cli_base.h
+++ b/source3/libsmb/smb2cli_base.h
@@ -26,6 +26,7 @@ struct tevent_req *smb2cli_req_create(TALLOC_CTX *mem_ctx,
uint16_t cmd,
uint32_t additional_flags,
uint32_t clear_flags,
+ unsigned int timeout,
uint32_t pid,
uint32_t tid,
uint64_t uid,
@@ -47,6 +48,7 @@ struct tevent_req *smb2cli_req_send(TALLOC_CTX *mem_ctx,
uint16_t cmd,
uint32_t additional_flags,
uint32_t clear_flags,
+ unsigned int timeout,
uint32_t pid,
uint32_t tid,
uint64_t uid,