mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
999f5b3ea6
No functional change included, just a whitespace change.
15 lines
449 B
C
15 lines
449 B
C
/* Automatically generated by remote_generator.pl.
|
|
* Do not edit this file. Any changes you make will be lost.
|
|
*/
|
|
|
|
{ /* (unused) => 0 */
|
|
.fn = NULL,
|
|
.args_filter = (xdrproc_t) xdr_void,
|
|
.ret_filter = (xdrproc_t) xdr_void,
|
|
},
|
|
{ /* MonitorCommand => 1 */
|
|
.fn = (dispatch_fn) qemuDispatchMonitorCommand,
|
|
.args_filter = (xdrproc_t) xdr_qemu_monitor_command_args,
|
|
.ret_filter = (xdrproc_t) xdr_qemu_monitor_command_ret,
|
|
},
|