aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-31 12:06:57 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-03-31 12:06:57 +0100
commit39a239fc0439e21684b75494fd2506ef7ce74b26 (patch)
tree364650f8c515e7cddef4b176ba7dda1c67a2911c /extras
parentb406180c4829a7fa509e03552254bef18b0cc606 (diff)
downloadxen-39a239fc0439e21684b75494fd2506ef7ce74b26.tar.gz
xen-39a239fc0439e21684b75494fd2506ef7ce74b26.tar.bz2
xen-39a239fc0439e21684b75494fd2506ef7ce74b26.zip
minios: Extend struct blkfront_aiocb.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/mini-os/include/blkfront.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/mini-os/include/blkfront.h b/extras/mini-os/include/blkfront.h
index 8cbc0905d3..724137eb45 100644
--- a/extras/mini-os/include/blkfront.h
+++ b/extras/mini-os/include/blkfront.h
@@ -8,6 +8,8 @@ struct blkfront_aiocb
uint8_t *aio_buf;
size_t aio_nbytes;
off_t aio_offset;
+ size_t total_bytes;
+ uint8_t is_write;
void *data;
grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];