summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-11-20 22:09:46 +0400
committerMichal Privoznik <mprivozn@redhat.com>2020-12-01 11:23:46 +0100
commit05a75ca2ce743bc0bb119fb8d532ff84646fafa3 (patch)
tree126115ffb2a167c4163627ae2ab577d93afac66d /include
parent8401a586a20011798fe07204a2bf1fefd747b4b7 (diff)
downloadlibvirt-05a75ca2ce743bc0bb119fb8d532ff84646fafa3.tar.gz
domain: add disk informations to virDomainGetGuestInfo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Tested-by: Han Han <hhan@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-domain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h
index b929877643..de2456812c 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -5070,6 +5070,7 @@ typedef enum {
VIR_DOMAIN_GUEST_INFO_TIMEZONE = (1 << 2), /* return timezone information */
VIR_DOMAIN_GUEST_INFO_HOSTNAME = (1 << 3), /* return hostname information */
VIR_DOMAIN_GUEST_INFO_FILESYSTEM = (1 << 4), /* return filesystem information */
+ VIR_DOMAIN_GUEST_INFO_DISKS = (1 << 5), /* return disks information */
} virDomainGuestInfoTypes;
int virDomainGetGuestInfo(virDomainPtr domain,