aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index be460dc..cfa19bd 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -77,6 +77,9 @@ struct vconsole_domain {
void domain_start(struct vconsole_domain *dom);
void domain_pause(struct vconsole_domain *dom);
+void domain_reboot(struct vconsole_domain *dom);
+void domain_shutdown(struct vconsole_domain *dom);
+void domain_kill(struct vconsole_domain *dom);
void domain_update(struct vconsole_connect *conn,
virDomainPtr d, virDomainEventType event);