From 8ac470c1f945601de9f1f577791c48e95d5340db Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 16 Jun 2010 00:38:39 +0200 Subject: monitor: Establish cmd flags and convert the async tag As we want to add more flags to monitor commands, convert the only so far existing one accordingly. Signed-off-by: Jan Kiszka Signed-off-by: Luiz Capitulino --- monitor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index ea15469..9582b9c 100644 --- a/monitor.h +++ b/monitor.h @@ -15,6 +15,9 @@ extern Monitor *default_mon; #define MONITOR_USE_READLINE 0x02 #define MONITOR_USE_CONTROL 0x04 +/* flags for monitor commands */ +#define MONITOR_CMD_ASYNC 0x0001 + /* QMP events */ typedef enum MonitorEvent { QEVENT_SHUTDOWN, -- cgit v1.1