mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
daemon: Honor error variable name change in the generator
Commit 36b652138b
renamed err to rerr, do the same in the generator.
This commit is contained in:
parent
9b8543b6ad
commit
56eb2081f5
@ -7,6 +7,6 @@ static int qemuDispatchMonitorCommand(
|
|||||||
struct qemud_client *client,
|
struct qemud_client *client,
|
||||||
virConnectPtr conn,
|
virConnectPtr conn,
|
||||||
remote_message_header *hdr,
|
remote_message_header *hdr,
|
||||||
remote_error *err,
|
remote_error *rerr,
|
||||||
qemu_monitor_command_args *args,
|
qemu_monitor_command_args *args,
|
||||||
qemu_monitor_command_ret *ret);
|
qemu_monitor_command_ret *ret);
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -132,7 +132,7 @@ elsif ($opt_p) {
|
|||||||
print " struct qemud_client *client,\n";
|
print " struct qemud_client *client,\n";
|
||||||
print " virConnectPtr conn,\n";
|
print " virConnectPtr conn,\n";
|
||||||
print " remote_message_header *hdr,\n";
|
print " remote_message_header *hdr,\n";
|
||||||
print " remote_error *err,\n";
|
print " remote_error *rerr,\n";
|
||||||
print " $calls{$_}->{args} *args,\n";
|
print " $calls{$_}->{args} *args,\n";
|
||||||
print " $calls{$_}->{ret} *ret);\n";
|
print " $calls{$_}->{ret} *ret);\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user