
KR> # HG changeset patch KR> # User Kaitlin Rupert <karupert@us.ibm.com> KR> # Date 1195662213 28800 KR> # Node ID ad925c6e9bf0635e79c2b6e45698d11ede760d99 KR> # Parent 5c0b219865cd675d54d4a13230c549be93a4d144 KR> Remove static from get_rasd_instance() Looks fine to me, except that: KR> diff -r 5c0b219865cd -r ad925c6e9bf0 src/Virt_RASD.h KR> --- a/src/Virt_RASD.h Wed Nov 21 08:17:31 2007 -0800 KR> +++ b/src/Virt_RASD.h Wed Nov 21 08:23:33 2007 -0800 KR> @@ -41,6 +41,12 @@ int rasds_for_domain(const CMPIBroker *b KR> CMPIrc rasd_type_from_classname(const char *cn, uint16_t *type); KR> +CMPIInstance *get_rasd_instance(const CMPIContext *context, KR> + const CMPIObjectPath *ref, KR> + const CMPIBroker *broker, KR> + const char *id, KR> + const uint16_t type); KR> + KR> #endif Your whitespace is broken here. -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com