]> git.proxmox.com Git - qemu.git/blobdiff - monitor.h
monitor: Introduce MONITOR_USE_CONTROL flag
[qemu.git] / monitor.h
index c7d2d0bca0a4f8a1326c4419f883df717d161982..6cb1d4b35332c4a9105f1d08d0a43c3617bb2aff 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -11,6 +11,7 @@ extern Monitor *cur_mon;
 /* flags for monitor_init */
 #define MONITOR_IS_DEFAULT    0x01
 #define MONITOR_USE_READLINE  0x02
+#define MONITOR_USE_CONTROL   0x04
 
 void monitor_init(CharDriverState *chr, int flags);