<html><body>
<p><tt># HG changeset patch<br>
# User snmishra@us.ibm.com<br>
# Date 1252482482 25200<br>
# Node ID 2632c5204a9a6a485f5406ea016957340895f69f<br>
# Parent  639d5782a9f3f195b0ca88878ee169cc0efd0f18<br>
Modify Virt_CS so set_source_inst_props() can be used by other providers<br>
<br>
Signed-off-by: Sharad Mishra <snmishra@us.ibm.com><br>
<br>
diff -r 639d5782a9f3 -r 2632c5204a9a src/Virt_ComputerSystemIndication.c<br>
--- a/src/Virt_ComputerSystemIndication.c                                 Wed Sep 09 00:48:02 2009 -0700<br>
+++ b/src/Virt_ComputerSystemIndication.c                                 Wed Sep 09 00:48:02 2009 -0700<br>
@@ -192,9 +192,9 @@<br>
         return ret;<br>
 }<br>
 <br>
-static void set_source_inst_props(const CMPIBroker *broker,<br>
+void set_source_inst_props(const CMPIBroker *broker,<br>
                                   const CMPIContext *context,<br>
-                                  CMPIObjectPath *ref,<br>
+                                  const CMPIObjectPath *ref,<br>
                                   CMPIInstance *ind)<br>
 {<br>
         const char *host;<br>
diff -r 639d5782a9f3 -r 2632c5204a9a src/Virt_ComputerSystemIndication.h<br>
--- a/src/Virt_ComputerSystemIndication.h                                 Wed Sep 09 00:48:02 2009 -0700<br>
+++ b/src/Virt_ComputerSystemIndication.h                                 Wed Sep 09 00:48:02 2009 -0700<br>
@@ -29,6 +29,10 @@<br>
                              const CMPIObjectPath *newsystem,<br>
                              char *type);<br>
 <br>
+void set_source_inst_props(const CMPIBroker *broker,<br>
+                           const CMPIContext *context,<br>
+                           const CMPIObjectPath *ref,<br>
+                           CMPIInstance *ind);<br>
 #endif<br>
 <br>
 /*<br>
</tt></body></html>