On 04/05/2010 11:37 AM, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <[email protected]>
> ---
>  src/lxc/lxc_driver.c        |    8 ++++----
>  src/opennebula/one_driver.c |    4 ++--
>  src/phyp/phyp_driver.c      |    4 ++--
>  src/qemu/qemu_driver.c      |    8 ++++----
>  src/uml/uml_driver.c        |    8 ++++----
>  src/vbox/vbox_tmpl.c        |    8 ++++----
>  src/xen/xen_driver.c        |    8 ++++----
>  7 files changed, 24 insertions(+), 24 deletions(-)
> 
> diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c
> index b5d422c..c6b652d 100644
> --- a/src/lxc/lxc_driver.c
> +++ b/src/lxc/lxc_driver.c
> @@ -2527,10 +2527,10 @@ static virDriver lxcDriver = {
>      NULL, /* nodeDeviceReAttach */
>      NULL, /* nodeDeviceReset */
>      NULL, /* domainMigratePrepareTunnel */
> -    lxcIsEncrypted,
> -    lxcIsSecure,
> -    lxcDomainIsActive,
> -    lxcDomainIsPersistent,
> +    lxcIsEncrypted, /* isEncrypted */
> +    lxcIsSecure, /* isSecure */
> +    lxcDomainIsActive, /* domainIsActive */
> +    lxcDomainIsPersistent, /* domainIsPersistent */

ACK; certainly makes it easier to track one-to-one correspondence.

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to