]> git.proxmox.com Git - qemu.git/blobdiff - console.h
Allow the monitor to be suspended during non-blocking op
[qemu.git] / console.h
index dd8b0397e6184c19b0ba294c569963eae6f955c9..fba9e299b3351f820fefda8d24ca3a451cbee11d 100644 (file)
--- a/console.h
+++ b/console.h
@@ -175,6 +175,8 @@ void term_flush(void);
 void term_print_help(void);
 void monitor_readline(const char *prompt, int is_password,
                       char *buf, int buf_size);
+void monitor_suspend(void);
+void monitor_resume(void);
 
 /* readline.c */
 typedef void ReadLineFunc(void *opaque, const char *str);