diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-16 09:42:48 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-16 09:42:48 +0200 |
commit | e2add4678330ac78666ab572f6cf21705aec9300 (patch) | |
tree | 0ae7d4927b403229232cac3deafe7c9d01d7b361 /vconsole.h | |
parent | bb27e16b7fe2eebb8ca2001152e82eb1fe00f2df (diff) | |
download | vconsole-e2add4678330ac78666ab572f6cf21705aec9300.tar.gz |
add pause/unpause
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |