summaryrefslogtreecommitdiff
path: root/libcli/smb/smbXcli_base.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-27 17:20:27 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:31 +0100
commitbda3d491b416f780f63841e9f3a92b9a94c2aadc (patch)
tree8b774fbaac611108d4619dfa9f80c6a8d1fbe4c2 /libcli/smb/smbXcli_base.h
parent0995d68d59d5d2eeb5533b005b4651f416e64548 (diff)
downloadsamba-bda3d491b416f780f63841e9f3a92b9a94c2aadc.tar.gz
samba-bda3d491b416f780f63841e9f3a92b9a94c2aadc.tar.bz2
samba-bda3d491b416f780f63841e9f3a92b9a94c2aadc.zip
smbXcli: add smb2cli_req_set_notify_async()
That can be used if the caller wants to be notified if the async interim response arrives. metze
Diffstat (limited to 'libcli/smb/smbXcli_base.h')
-rw-r--r--libcli/smb/smbXcli_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/smbXcli_base.h b/libcli/smb/smbXcli_base.h
index ea03c4caf7..543621392b 100644
--- a/libcli/smb/smbXcli_base.h
+++ b/libcli/smb/smbXcli_base.h
@@ -154,6 +154,7 @@ struct tevent_req *smb2cli_req_create(TALLOC_CTX *mem_ctx,
uint16_t fixed_len,
const uint8_t *dyn,
uint32_t dyn_len);
+void smb2cli_req_set_notify_async(struct tevent_req *req);
NTSTATUS smb2cli_req_compound_submit(struct tevent_req **reqs,
int num_reqs);
void smb2cli_req_set_credit_charge(struct tevent_req *req, uint16_t charge);