summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-10-05 13:54:49 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-10-05 13:54:49 -0500
commita42acd0c976bfa89030a9bb7af6d5838e69f01bb (patch)
treecc99327c9a0d496ed0c400a31c919b517f9d09f4 /monitor.h
parent4f42f81c332b7947dbc6259dffd2c61b083ba656 (diff)
parent63c6bdac82f4af97293c895403df68bc9756d9d9 (diff)
downloadqemu-a42acd0c976bfa89030a9bb7af6d5838e69f01bb.tar.gz
qemu-a42acd0c976bfa89030a9bb7af6d5838e69f01bb.tar.bz2
qemu-a42acd0c976bfa89030a9bb7af6d5838e69f01bb.zip
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.h b/monitor.h
index 4a6cf8260a..2d36bba87f 100644
--- a/monitor.h
+++ b/monitor.h
@@ -14,10 +14,10 @@ extern Monitor *default_mon;
#define MONITOR_IS_DEFAULT 0x01
#define MONITOR_USE_READLINE 0x02
#define MONITOR_USE_CONTROL 0x04
+#define MONITOR_USE_PRETTY 0x08
/* flags for monitor commands */
#define MONITOR_CMD_ASYNC 0x0001
-#define MONITOR_CMD_USER_ONLY 0x0002
/* QMP events */
typedef enum MonitorEvent {