Re: [libvirt] [PATCH] Use gcc style for structure fields declaration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Nguyen Anh Quynh" <aquynh@xxxxxxxxx> wrote:
> Hmm there are some typos (listDomain -> listDefinedDomain,
> numOfDomains -> numOfDefineDomains)
>
> Please take this patch instead.
>  static virDriver lxcDriver = {
> -    VIR_DRV_LXC, /* the number virDrvNo */
> -    "LXC", /* the name of the driver */
> -    LIBVIR_VERSION_NUMBER, /* the version of the backend */
> -    lxcProbe, /* probe */
...
> +    .no = VIR_DRV_LXC, /* the number virDrvNo */
> +    .name = "LXC", /* the name of the driver */
> +    .ver = LIBVIR_VERSION_NUMBER, /* the version of the backend */
> +    .probe = lxcProbe,
...

Thank you.  That looks like a fine improvement.

Have you already compared the pre- and post-patch .o files?
This patch appears to be one that would evoke no change in any
recompiled .o file.
If so, and if you can report that all four pre/post .o-file pairs are
identical, we can be sure this improvement does not hide a subtle bug.

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]