Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/vmware/vmware.h')
-rw-r--r--src/zabbix_server/vmware/vmware.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zabbix_server/vmware/vmware.h b/src/zabbix_server/vmware/vmware.h
index ff89c534bfc..3ff3cf1b247 100644
--- a/src/zabbix_server/vmware/vmware.h
+++ b/src/zabbix_server/vmware/vmware.h
@@ -59,6 +59,7 @@ typedef struct
#define ZBX_VMWARE_DEV_TYPE_DISK 2
int type;
char *instance;
+ char *label;
}
zbx_vmware_dev_t;