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:
@@ -1022,3 +1022,8 @@
|
||||
.args_filter = (xdrproc_t) xdr_remote_get_sysinfo_args,
|
||||
.ret_filter = (xdrproc_t) xdr_remote_get_sysinfo_ret,
|
||||
},
|
||||
{ /* DomainSetMemoryFlags => 204 */
|
||||
.fn = (dispatch_fn) remoteDispatchDomainSetMemoryFlags,
|
||||
.args_filter = (xdrproc_t) xdr_remote_domain_set_memory_flags_args,
|
||||
.ret_filter = (xdrproc_t) xdr_void,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user