[libvirt] [PATCH] Add documentation for VIR_DOMAIN_MEMORY_PARAM_UNLIMITED

Daniel P. Berrange berrange at redhat.com
Mon Jan 17 11:59:48 UTC 2011


On Sat, Jan 15, 2011 at 11:48:18PM +0100, Matthias Bolte wrote:
> Otherwise apibuild.py complains about it.
> ---
>  include/libvirt/libvirt.h.in |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
> index 055eb2e..7ecbeb6 100644
> --- a/include/libvirt/libvirt.h.in
> +++ b/include/libvirt/libvirt.h.in
> @@ -696,6 +696,13 @@ typedef enum {
>   */
>  
>  #define VIR_DOMAIN_MEMORY_FIELD_LENGTH 80
> +
> +/**
> + * VIR_DOMAIN_MEMORY_PARAM_UNLIMITED:
> + *
> + * Macro providing the virMemoryParameter value that indicates "unlimited"
> + */
> +
>  #define VIR_DOMAIN_MEMORY_PARAM_UNLIMITED (INT64_MAX >> 10)

ACK

Daniel




More information about the libvir-list mailing list