aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-08-16 09:42:48 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-08-16 09:42:48 +0200
commite2add4678330ac78666ab572f6cf21705aec9300 (patch)
tree0ae7d4927b403229232cac3deafe7c9d01d7b361 /vconsole.h
parentbb27e16b7fe2eebb8ca2001152e82eb1fe00f2df (diff)
downloadvconsole-e2add4678330ac78666ab572f6cf21705aec9300.tar.gz
add pause/unpause
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index 0125dfc..be460dc 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -76,6 +76,8 @@ struct vconsole_domain {
};
void domain_start(struct vconsole_domain *dom);
+void domain_pause(struct vconsole_domain *dom);
+
void domain_update(struct vconsole_connect *conn,
virDomainPtr d, virDomainEventType event);
void domain_activate(struct vconsole_domain *dom);