| Submitter | Kevin Wolf |
|---|---|
| Date | Nov. 14, 2012, 6:47 p.m. |
| Message ID | <1352918847-3696-8-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/198991/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qemu-aio.h b/qemu-aio.h index 1b7eb6e..111b0b3 100644 --- a/qemu-aio.h +++ b/qemu-aio.h @@ -23,7 +23,7 @@ typedef void BlockDriverCompletionFunc(void *opaque, int ret); typedef struct AIOPool { void (*cancel)(BlockDriverAIOCB *acb); - int aiocb_size; + size_t aiocb_size; BlockDriverAIOCB *free_aiocb; } AIOPool;