提交 56eb2081 编写于 作者: M Matthias Bolte

daemon: Honor error variable name change in the generator

Commit 36b65213 renamed err to rerr, do the same in the generator.
上级 9b8543b6
......@@ -7,6 +7,6 @@ static int qemuDispatchMonitorCommand(
struct qemud_client *client,
virConnectPtr conn,
remote_message_header *hdr,
remote_error *err,
remote_error *rerr,
qemu_monitor_command_args *args,
qemu_monitor_command_ret *ret);
此差异已折叠。
......@@ -132,7 +132,7 @@ elsif ($opt_p) {
print " struct qemud_client *client,\n";
print " virConnectPtr conn,\n";
print " remote_message_header *hdr,\n";
print " remote_error *err,\n";
print " remote_error *rerr,\n";
print " $calls{$_}->{args} *args,\n";
print " $calls{$_}->{ret} *ret);\n";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册