Heidi Eckhart wrote:
Jay Gagnon wrote:
> # HG changeset patch
> # User Jay Gagnon <grendel(a)linux.vnet.ibm.com>
> # Date 1202245300 18000
> # Node ID c544bc4a7470f80f53765f1eeac344ffba946969
> # Parent 493b8a943286a780e2fb7c2829cd49e60ccaa264
> [CU] Improve std_indication's raise functionality
>
> Turns out STDI_IndicationMIStub was not creating the CMPIFooMIFTs
> correctly; this patch fixes that. It also adds a default_raise
> function to std_indication. This is for indication providers that
> don't need to do anything other than call CBDeliverIndication, which
> will most likely be the majority.
>
> Signed-off-by: Jay Gagnon <grendel(a)linux.vnet.ibm.com>
>
>
>
Sorry, but I can not apply this patch to the latest libcmpiutil. Am I
missing something ?
I just made sure my local tree was up to date and it looks like Dan
applied the raise functionality patch last time, since that one was not
dependent on the others and there were no issues with it. Did you get
something like this when you tried to apply?
2 out of 2 hunks ignored -- saving rejects to file std_indication.c.rej
4 out of 4 hunks ignored -- saving rejects to file std_indication.h.rej
That's what I got, and when I checked the changesets that had been added
in my last update I noticed the raise functionality patch was already in.
--
-Jay