[edk2-devel] [edk2-redfish-client][PATCH 8/8] RedfishClientPkg: Update RedfishCollectionCommon.h

Nickle Wang via groups.io nicklew=nvidia.com at groups.io
Thu May 4 14:28:37 UTC 2023


Update RedfishCollectionCommon.h header file. Remove the "Event"
field from REDFISH_COLLECTION_PRIVATE because the feature driver
is not started up by the EFI event that is registered by feature
driver itself anymore.

Signed-off-by: Nickle Wang <nicklew at nvidia.com>
Cc: Abner Chang <abner.chang at amd.com>
Cc: Igor Kulchytskyy <igork at ami.com>
---
 RedfishClientPkg/Include/RedfishCollectionCommon.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/RedfishClientPkg/Include/RedfishCollectionCommon.h b/RedfishClientPkg/Include/RedfishCollectionCommon.h
index b5735741..3c1e72b6 100644
--- a/RedfishClientPkg/Include/RedfishCollectionCommon.h
+++ b/RedfishClientPkg/Include/RedfishCollectionCommon.h
@@ -40,7 +40,6 @@ typedef struct _REDFISH_COLLECTION_PRIVATE {
   EDKII_REDFISH_FEATURE_PROTOCOL           *FeatureProtocol;
   REDFISH_SERVICE                          RedfishService;
   EDKII_REDFISH_CONFIG_HANDLER_PROTOCOL    ConfigHandler;
-  EFI_EVENT                                Event;
   CHAR8                                    *CollectionPath;
   CHAR8                                    *CollectionJson;
   REDFISH_PAYLOAD                          CollectionPayload;
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#104024): https://edk2.groups.io/g/devel/message/104024
Mute This Topic: https://groups.io/mt/98684897/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list