diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-01 16:21:11 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-01 16:21:11 +0000 |
commit | 83f6409109acd7cd13ff8a603f29c46033c4fb00 (patch) | |
tree | e06b75a308f58785b6c646d192e8e53fda006e20 /block-vmdk.c | |
parent | 7954c73498b7e782ba5db2993637daef456b6310 (diff) |
async file I/O API
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2075 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block-vmdk.c')
-rw-r--r-- | block-vmdk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block-vmdk.c b/block-vmdk.c index 4cc3db84a1..8279d6696d 100644 --- a/block-vmdk.c +++ b/block-vmdk.c @@ -89,7 +89,7 @@ static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename) return 0; } -static int vmdk_open(BlockDriverState *bs, const char *filename) +static int vmdk_open(BlockDriverState *bs, const char *filename, int flags) { BDRVVmdkState *s = bs->opaque; int fd, i; |