]> git.proxmox.com Git - qemu.git/blobdiff - balloon.h
monitor: move include files to include/monitor/
[qemu.git] / balloon.h
index b60fd5d9f22a05d608d1af063498f0cacfb392b5..bd9d39505d4e2010007088d6aa966c4381e69679 100644 (file)
--- a/balloon.h
+++ b/balloon.h
@@ -14,7 +14,7 @@
 #ifndef _QEMU_BALLOON_H
 #define _QEMU_BALLOON_H
 
-#include "monitor.h"
+#include "monitor/monitor.h"
 #include "qapi-types.h"
 
 typedef void (QEMUBalloonEvent)(void *opaque, ram_addr_t target);
@@ -24,4 +24,6 @@ int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
                             QEMUBalloonStatus *stat_func, void *opaque);
 void qemu_remove_balloon_handler(void *opaque);
 
+void qemu_balloon_changed(int64_t actual);
+
 #endif