summaryrefslogtreecommitdiffstats
path: root/source3/include/async_smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-06 16:06:04 +0200
committerVolker Lendecke <vl@samba.org>2009-04-06 21:32:08 +0200
commit64ce0e4645727be7b493fca54fdf6af91f3f7927 (patch)
tree990bb396a92c070341f7616ba308c0b5c947f07e /source3/include/async_smb.h
parentcb120b4df69d3997e02e0dd2ee4be150c3ce8c8b (diff)
downloadsamba-64ce0e4645727be7b493fca54fdf6af91f3f7927.tar.gz
samba-64ce0e4645727be7b493fca54fdf6af91f3f7927.tar.xz
samba-64ce0e4645727be7b493fca54fdf6af91f3f7927.zip
Add async oplock waiter
Diffstat (limited to 'source3/include/async_smb.h')
-rw-r--r--source3/include/async_smb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h
index 75c8ef19343..87ddca66776 100644
--- a/source3/include/async_smb.h
+++ b/source3/include/async_smb.h
@@ -66,4 +66,11 @@ NTSTATUS cli_smb_recv(struct tevent_req *req, uint8_t min_wct,
uint8_t *pwct, uint16_t **pvwv,
uint32_t *pnum_bytes, uint8_t **pbytes);
+struct tevent_req *cli_smb_oplock_break_waiter_send(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ struct cli_state *cli);
+NTSTATUS cli_smb_oplock_break_waiter_recv(struct tevent_req *req,
+ uint16_t *pfnum,
+ uint8_t *plevel);
+
#endif