diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ extern Monitor *default_mon; #define MONITOR_USE_READLINE 0x02 #define MONITOR_USE_CONTROL 0x04 +/* flags for monitor commands */ +#define MONITOR_CMD_ASYNC 0x0001 +#define MONITOR_CMD_USER_ONLY 0x0002 + /* QMP events */ typedef enum MonitorEvent { QEVENT_SHUTDOWN, |