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

Eric Blake eblake at redhat.com
Fri Apr 22 16:16:20 UTC 2011


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.

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110422/e9774060/attachment-0001.sig>


More information about the libvir-list mailing list