Re: [Qemu-devel] [RFC PATCH 1/8] block: use type MonitorEvent directly

2013-09-23 Thread Eric Blake
On 09/12/2013 03:15 AM, Wenchao Xia wrote: > block_int.h included monitor.h, so it knows the typedef. > > Signed-off-by: Wenchao Xia > --- > block.c |2 +- > include/block/block_int.h |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Eric Blake -

[Qemu-devel] [RFC PATCH 1/8] block: use type MonitorEvent directly

2013-09-12 Thread Wenchao Xia
block_int.h included monitor.h, so it knows the typedef. Signed-off-by: Wenchao Xia --- block.c |2 +- include/block/block_int.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/block.c b/block.c index a325efc..2e2774d 100644 --- a/block.c +++ b/blo