vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV
[samba.git] / examples / VFS / skel_opaque.c
index f393332c68142ae6520e8a95e56651781a81b8ca..cc7bb880d5c27069d71329632450a5a4069b00bd 100644 (file)
@@ -560,6 +560,8 @@ static struct tevent_req *skel_offload_read_send(
 static NTSTATUS skel_offload_read_recv(struct tevent_req *req,
                                       struct vfs_handle_struct *handle,
                                       TALLOC_CTX *mem_ctx,
+                                      uint32_t *flags,
+                                      uint64_t *xferlen,
                                       DATA_BLOB *_token_blob)
 {
        NTSTATUS status;