mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Remote driver client and server for virDomainOpenConsole
This provides an implementation of the virDomainOpenConsole API for the remote driver client and server. * daemon/remote.c: Server side impl * src/remote/remote_driver.c: Client impl * src/remote/remote_protocol.x: Wire definition
This commit is contained in:
@@ -1352,6 +1352,11 @@ struct remote_domain_snapshot_delete_args {
|
||||
remote_nonnull_domain_snapshot snap;
|
||||
int flags;
|
||||
};
|
||||
struct remote_domain_open_console_args {
|
||||
remote_nonnull_domain domain;
|
||||
remote_string devname;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_message_header {
|
||||
u_int prog;
|
||||
u_int vers;
|
||||
|
||||
Reference in New Issue
Block a user