From: Keir Fraser Date: Tue, 31 Mar 2009 11:06:57 +0000 (+0100) Subject: minios: Extend struct blkfront_aiocb. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b540aa410eca10a77b330493f13b21efe8e3f3da;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.git minios: Extend struct blkfront_aiocb. Signed-off-by: Stefano Stabellini --- diff --git a/include/blkfront.h b/include/blkfront.h index 8cbc090..724137e 100644 --- a/include/blkfront.h +++ b/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];