Index: libvirt/daemon/remote_dispatch_table.h
This file is generated automatically, update
src/remote/remote_protocol.x instead.
===================================================================
--- libvirt.orig/daemon/remote_dispatch_table.h
+++ libvirt/daemon/remote_dispatch_table.h
@@ -1052,3 +1052,8 @@
.args_filter = (xdrproc_t) xdr_remote_storage_vol_download_args,
.ret_filter = (xdrproc_t) xdr_void,
},
+{ /* DomainPinVcpuFlags => 210 */
+ .fn = (dispatch_fn) remoteDispatchDomainPinVcpuFlags,
+ .args_filter = (xdrproc_t) xdr_remote_domain_pin_vcpu_flags_args,
+ .ret_filter = (xdrproc_t) xdr_void,
+},