[libvirt] [PATCH] daemon: Honor error variable name change in the generator

Matthias Bolte matthias.bolte at googlemail.com
Fri Apr 22 17:04:14 UTC 2011


2011/4/22 Eric Blake <eblake at redhat.com>:
> On 04/22/2011 10:11 AM, Matthias Bolte wrote:
>> Commit 36b652138be renamed err to rerr, do the same in the generator.
>> ---
>>  daemon/qemu_dispatch_prototypes.h   |    2 +-
>>  daemon/remote_dispatch_prototypes.h |  404 +++++++++++++++++-----------------
>>  daemon/remote_generate_stubs.pl     |    2 +-
>>  3 files changed, 204 insertions(+), 204 deletions(-)
>>
>> diff --git a/daemon/qemu_dispatch_prototypes.h b/daemon/qemu_dispatch_prototypes.h
>> index e6c83ba..4ec1ab4 100644
>> --- a/daemon/qemu_dispatch_prototypes.h
>> +++ b/daemon/qemu_dispatch_prototypes.h
>> @@ -7,6 +7,6 @@ static int qemuDispatchMonitorCommand(
>>      struct qemud_client *client,
>>      virConnectPtr conn,
>>      remote_message_header *hdr,
>> -    remote_error *err,
>> +    remote_error *rerr,
>
> Mechanical, and didn't spot any problems.

Actually the change in the generator was the only manual one, the rest
was done by the generator :)

>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list