# HG changeset patch
# User Heidi Eckhart <heidieck(a)linux.vnet.ibm.com>
# Date 1202205678 -3600
# Node ID aac8a4de2503eabddd5a734d034bddd4bae3d482
# Parent 5a27100b0540202a139cc86dc5e8c08ea30bd5b2
RAFP: fix stale issue with threads
Signed-off-by: Heidi Eckhart <heidieck(a)linux.vnet.ibm.com>
diff -r 5a27100b0540 -r aac8a4de2503 src/Virt_ResourceAllocationFromPool.c
--- a/src/Virt_ResourceAllocationFromPool.c Tue Feb 05 11:01:00 2008 +0100
+++ b/src/Virt_ResourceAllocationFromPool.c Tue Feb 05 11:01:18 2008 +0100
@@ -245,7 +245,7 @@ static CMPIStatus pool_to_rasd(const CMP
LIBVIRT_CIM_DEFAULT_MAKEREF()
-char* antecedent[] = {
+static char* antecedent[] = {
"Xen_ProcessorPool",
"Xen_MemoryPool",
"Xen_NetworkPool",
@@ -257,7 +257,7 @@ char* antecedent[] = {
NULL
};
-char* dependent[] = {
+static char* dependent[] = {
"Xen_DiskResourceAllocationSettingData",
"Xen_MemResourceAllocationSettingData",
"Xen_NetResourceAllocationSettingData",
@@ -269,7 +269,7 @@ char* dependent[] = {
NULL
};
-char* assoc_classname[] = {
+static char* assoc_classname[] = {
"Xen_ResourceAllocationFromPool",
"KVM_ResourceAllocationFromPool",
NULL