From bda3d491b416f780f63841e9f3a92b9a94c2aadc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Oct 2011 17:20:27 +0200 Subject: 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 --- libcli/smb/smbXcli_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/smb/smbXcli_base.h') 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); -- cgit