Sorry this checkout was missing the subject prefix config.
This is for the go binding.

On Wed, Jul 18, 2018 at 02:47:03PM +0100, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
> ---
>  domain.go       | 1 +
>  domain_compat.h | 6 ++++++
>  2 files changed, 7 insertions(+)
> 
> Pushed as a build fix
> 
> diff --git a/domain.go b/domain.go
> index cc0285b..6a9e2a1 100644
> --- a/domain.go
> +++ b/domain.go
> @@ -377,6 +377,7 @@ const (
>       DOMAIN_MEMORY_STAT_RSS            = 
> DomainMemoryStatTags(C.VIR_DOMAIN_MEMORY_STAT_RSS)
>       DOMAIN_MEMORY_STAT_USABLE         = 
> DomainMemoryStatTags(C.VIR_DOMAIN_MEMORY_STAT_USABLE)
>       DOMAIN_MEMORY_STAT_LAST_UPDATE    = 
> DomainMemoryStatTags(C.VIR_DOMAIN_MEMORY_STAT_LAST_UPDATE)
> +     DOMAIN_MEMORY_STAT_DISK_CACHES    = 
> DomainMemoryStatTags(C.VIR_DOMAIN_MEMORY_STAT_DISK_CACHES)
>       DOMAIN_MEMORY_STAT_NR             = 
> DomainMemoryStatTags(C.VIR_DOMAIN_MEMORY_STAT_NR)
>  )
>  
> diff --git a/domain_compat.h b/domain_compat.h
> index 345505c..f23670c 100644
> --- a/domain_compat.h
> +++ b/domain_compat.h
> @@ -1046,4 +1046,10 @@ int virDomainGetLaunchSecurityInfoCompat(virDomainPtr 
> domain,
>  #define VIR_DOMAIN_LAUNCH_SECURITY_SEV_MEASUREMENT "sev-measurement"
>  #endif
>  
> +/* 4.6.0 */
> +
> +#ifndef VIR_DOMAIN_MEMORY_STAT_DISK_CACHES
> +#define VIR_DOMAIN_MEMORY_STAT_DISK_CACHES 10
> +#endif
> +
>  #endif /* LIBVIRT_GO_DOMAIN_COMPAT_H__ */
> -- 
> 2.17.1
> 

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

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

Reply via email to