diff options
author | Volker Lendecke <vl@samba.org> | 2009-04-06 16:06:04 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-04-06 21:32:08 +0200 |
commit | 64ce0e4645727be7b493fca54fdf6af91f3f7927 (patch) | |
tree | 990bb396a92c070341f7616ba308c0b5c947f07e /source3/include | |
parent | cb120b4df69d3997e02e0dd2ee4be150c3ce8c8b (diff) | |
download | samba-64ce0e4645727be7b493fca54fdf6af91f3f7927.tar.gz samba-64ce0e4645727be7b493fca54fdf6af91f3f7927.tar.bz2 samba-64ce0e4645727be7b493fca54fdf6af91f3f7927.zip |
Add async oplock waiter
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/async_smb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h index 75c8ef1934..87ddca6677 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 |