mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
15 lines
454 B
C
15 lines
454 B
C
|
/* Automatically generated by remote_generate_stubs.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,
|
||
|
},
|