]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h
1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcImpl.h
index df77c5da49c13ceb83597b59686b45b1ae0a0480..028adcd7530d8bc131762ecb961a3134fdd01e4e 100644 (file)
@@ -103,6 +103,7 @@ struct _PXEBC_PRIVATE_DATA {
   UINT8                                     MacLen;
 
   BOOLEAN                                   SortOffers;
+  BOOLEAN                                   GotProxyOffer;
   UINT32                                    NumOffers;
   UINT32                                    SelectedOffer;
   UINT32                                    ProxyOfferType;
@@ -127,9 +128,9 @@ struct _PXEBC_PRIVATE_DATA {
   UINT32                                    BinlIndex[PXEBC_MAX_OFFER_NUM];
 
   EFI_EVENT                                 GetArpCacheEvent;
-  //\r
-  // token and event used to get ICMP error data from IP\r
-  //\r
+  //
+  // token and event used to get ICMP error data from IP
+  //
   EFI_IP4_COMPLETION_TOKEN                  IcmpErrorRcvToken;
 };