[libvirt] [RFC PATCH 1/8] Make virDomainLoadConfig static.

Matthias Bolte matthias.bolte at googlemail.com
Fri Apr 2 13:22:12 UTC 2010


2010/4/2 Chris Lalancette <clalance at redhat.com>:
> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> ---
>  src/conf/domain_conf.c |   14 +++++++-------
>  src/conf/domain_conf.h |    8 --------
>  2 files changed, 7 insertions(+), 15 deletions(-)
>
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 0ad2e4a..e260dce 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -6080,13 +6080,13 @@ cleanup:
>  }
>
>
> -virDomainObjPtr virDomainLoadConfig(virCapsPtr caps,
> -                                    virDomainObjListPtr doms,
> -                                    const char *configDir,
> -                                    const char *autostartDir,
> -                                    const char *name,
> -                                    virDomainLoadConfigNotify notify,
> -                                    void *opaque)
> +static virDomainObjPtr virDomainLoadConfig(virCapsPtr caps,
> +                                           virDomainObjListPtr doms,
> +                                           const char *configDir,
> +                                           const char *autostartDir,
> +                                           const char *name,
> +                                           virDomainLoadConfigNotify notify,
> +                                           void *opaque)
>  {
>     char *configFile = NULL, *autostartLink = NULL;
>     virDomainDefPtr def = NULL;
> diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h
> index fdc6d44..023196f 100644
> --- a/src/conf/domain_conf.h
> +++ b/src/conf/domain_conf.h
> @@ -950,14 +950,6 @@ typedef void (*virDomainLoadConfigNotify)(virDomainObjPtr dom,
>                                           int newDomain,
>                                           void *opaque);
>
> -virDomainObjPtr virDomainLoadConfig(virCapsPtr caps,
> -                                    virDomainObjListPtr doms,
> -                                    const char *configDir,
> -                                    const char *autostartDir,
> -                                    const char *name,
> -                                    virDomainLoadConfigNotify notify,
> -                                    void *opaque);
> -
>  int virDomainLoadAllConfigs(virCapsPtr caps,
>                             virDomainObjListPtr doms,
>                             const char *configDir,
> --
> 1.6.6.1
>

ACK.

Matthias




More information about the libvir-list mailing list