# HG changeset patch
# User Heidi Eckhart <heidieck(a)linux.vnet.ibm.com>
# Date 1202205617 -3600
# Node ID 58a4e8db2a0e326d8a34bcc9191a09b9216a1e8c
# Parent 36f5adc3895ebbf2962dc55f3d534e2ce6401f69
ESD: fix stale issue with threads
Signed-off-by: Heidi Eckhart <heidieck(a)linux.vnet.ibm.com>
diff -r 36f5adc3895e -r 58a4e8db2a0e src/Virt_ElementSettingData.c
--- a/src/Virt_ElementSettingData.c Tue Feb 05 11:00:17 2008 +0100
+++ b/src/Virt_ElementSettingData.c Tue Feb 05 11:00:17 2008 +0100
@@ -160,13 +160,13 @@ static CMPIInstance *make_ref(const CMPI
return refinst;
}
-char* virtual_system_setting_data[] = {
+static char* virtual_system_setting_data[] = {
"Xen_VirtualSystemSettingData",
"KVM_VirtualSystemSettingData",
NULL
};
-char* resource_allocation_setting_data[] = {
+static char* resource_allocation_setting_data[] = {
"Xen_DiskResourceAllocationSettingData",
"Xen_MemResourceAllocationSettingData",
"Xen_NetResourceAllocationSettingData",
@@ -178,7 +178,7 @@ char* resource_allocation_setting_data[]
NULL
};
-char* assoc_classname[] = {
+static char* assoc_classname[] = {
"Xen_ElementSettingData",
"KVM_ElementSettingData",
NULL