Peter Xu writes:
> Fix typo in d622cb5879c. Meanwhile move these variables close to each
> other. monitor_qapi_event_state can be declared static, add that.
>
> Reported-by: Markus Armbruster
> Signed-off-by: Peter Xu
Reviewed-by: Markus Armbruster
On Tue, May 29, 2018 at 01:57:52PM +0800, Peter Xu wrote:
> Fix typo in d622cb5879c. Meanwhile move these variables close to each
> other. monitor_qapi_event_state can be declared static, add that.
>
> Reported-by: Markus Armbruster
> Signed-off-by: Peter Xu
> ---
> monitor.c | 7 +++
> 1
Fix typo in d622cb5879c. Meanwhile move these variables close to each
other. monitor_qapi_event_state can be declared static, add that.
Reported-by: Markus Armbruster
Signed-off-by: Peter Xu
---
monitor.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/monitor.c b/m