mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
setmem: implement the remote protocol to address the new API
This patch implements the remote protocol to address the new API. Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
This commit is contained in:
@@ -340,6 +340,11 @@ struct remote_domain_set_memory_args {
|
||||
remote_nonnull_domain dom;
|
||||
uint64_t memory;
|
||||
};
|
||||
struct remote_domain_set_memory_flags_args {
|
||||
remote_nonnull_domain dom;
|
||||
uint64_t memory;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_domain_get_info_args {
|
||||
remote_nonnull_domain dom;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user