[libvirt] [PATCH v3 44/48] util: change identity class attribute names

Andrea Bolognani abologna at redhat.com
Tue Jul 30 18:49:19 UTC 2019


On Mon, 2019-07-29 at 18:11 +0100, Daniel P. Berrangé wrote:
> +++ b/src/util/viridentity.c
> -int virIdentityGetUNIXUserName(virIdentityPtr ident,
> -                               const char **username)
> +int virIdentityGetOSUserName(virIdentityPtr ident,
> +                             const char **username)

Since you're touching all of these anyway, you might as well take
the opportunity to move the return type to its own line.

Assuming the parallel conversation about reusing VIR_CLIENT_INFO_*
doesn't lead anywhere,

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list