mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Wire up virDomainMigrateSetSpeed for the remote RPC driver
* src/remote/remote_protocol.x: Define wire protocol * daemon/remote.c, src/remote/remote_driver.c: Add new functions for virDomainMigrateSetSpeed API * src/remote/remote_protocol.c, src/remote/remote_protocol.h, daemon/remote_dispatch_args.h, daemon/remote_dispatch_prototypes.h, daemon/remote_dispatch_table.h: Re-generate files
This commit is contained in:
@@ -1276,6 +1276,11 @@ struct remote_domain_migrate_set_max_downtime_args {
|
||||
uint64_t downtime;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_domain_migrate_set_max_speed_args {
|
||||
remote_nonnull_domain dom;
|
||||
uint64_t bandwidth;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_domain_events_register_any_args {
|
||||
int eventID;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user