mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Re-generate remote protocol files for new APIs
Re-generate remote protocol files for changes in commit
daeb6f6b40
* daemon/remote_dispatch_args.h, daemon/remote_dispatch_prototypes.h,
daemon/remote_dispatch_table.h, src/remote/remote_protocol.c,
src/remote/remote_protocol.h: Re-generate files
This commit is contained in:
@@ -802,3 +802,13 @@
|
||||
.args_filter = (xdrproc_t) xdr_remote_domain_memory_stats_args,
|
||||
.ret_filter = (xdrproc_t) xdr_remote_domain_memory_stats_ret,
|
||||
},
|
||||
{ /* DomainAttachDeviceFlags => 160 */
|
||||
.fn = (dispatch_fn) remoteDispatchDomainAttachDeviceFlags,
|
||||
.args_filter = (xdrproc_t) xdr_remote_domain_attach_device_flags_args,
|
||||
.ret_filter = (xdrproc_t) xdr_void,
|
||||
},
|
||||
{ /* DomainDetachDeviceFlags => 161 */
|
||||
.fn = (dispatch_fn) remoteDispatchDomainDetachDeviceFlags,
|
||||
.args_filter = (xdrproc_t) xdr_remote_domain_detach_device_flags_args,
|
||||
.ret_filter = (xdrproc_t) xdr_void,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user