aboutsummaryrefslogtreecommitdiffstats
path: root/balloon.h
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2011-09-09 14:30:39 +0530
committerAnthony Liguori <aliguori@us.ibm.com>2011-09-09 12:58:16 -0500
commit8a7d552cb3684570491a5ecaa8b78818404ed2fb (patch)
tree8e6c66860acefd6cb86a8aa7feb864038ec97020 /balloon.h
parente89720b116131938fe3d4931302f69a28249c934 (diff)
balloon: Disassociate handlers from balloon device on unplug
When a balloon device gets unplugged, allow the balloon handlers to be freed. Reported-by: Shaolong Hu <shu@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'balloon.h')
-rw-r--r--balloon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/balloon.h b/balloon.h
index 3df14e645..f59e2881f 100644
--- a/balloon.h
+++ b/balloon.h
@@ -22,6 +22,7 @@ typedef void (QEMUBalloonStatus)(void *opaque, MonitorCompletion cb,
int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
QEMUBalloonStatus *stat_func, void *opaque);
+void qemu_remove_balloon_handler(void *opaque);
void monitor_print_balloon(Monitor *mon, const QObject *data);
int do_info_balloon(Monitor *mon, MonitorCompletion cb, void *opaque);