[libvirt] [PATCH] Remove devname identifier from autogenerated RPC code

Eric Blake eblake at redhat.com
Tue Sep 20 00:04:10 UTC 2011


On 09/19/2011 08:14 AM, Peter Krempa wrote:
> Patch 79cf07a missed one instance of "devname" in source for RPC code
> generator.
> ---
>   src/remote/remote_protocol.x |    2 +-
>   src/remote_protocol-structs  |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x
> index 4ec1c57..455e324 100644
> --- a/src/remote/remote_protocol.x
> +++ b/src/remote/remote_protocol.x
> @@ -2102,7 +2102,7 @@ struct remote_domain_snapshot_delete_args {
>
>   struct remote_domain_open_console_args {
>       remote_nonnull_domain dom;
> -    remote_string devname;
> +    remote_string dev_name;

ACK and pushed.

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




More information about the libvir-list mailing list