X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6Impl.h;fp=NetworkPkg%2FIp6Dxe%2FIp6Impl.h;h=8f114bbb10a5e3b104214eb3ba05aded10fc27fc;hb=216f79703b8cb8dc65abdd768bedb2bcdbc1a1f8;hp=1241e63669dcc77d42be5da7eaecdfa93d9a65ab;hpb=906e1cb7f7f178f5cb2a3bebbac59f6aa8c273a4;p=mirror_edk2.git diff --git a/NetworkPkg/Ip6Dxe/Ip6Impl.h b/NetworkPkg/Ip6Dxe/Ip6Impl.h index 1241e63669..8f114bbb10 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Impl.h +++ b/NetworkPkg/Ip6Dxe/Ip6Impl.h @@ -1,7 +1,7 @@ /** @file Implementation of EFI_IP6_PROTOCOL protocol interfaces and type definitions. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -68,7 +68,6 @@ // #define IP6_STATE_UNCONFIGED 0 #define IP6_STATE_CONFIGED 1 -#define IP6_STATE_DESTROY 2 // // The state of IP6 service. It starts from UNSTARTED. It transits @@ -157,13 +156,13 @@ struct _IP6_PROTOCOL { UINT32 GroupCount; EFI_IP6_CONFIG_DATA ConfigData; + BOOLEAN InDestroy; }; struct _IP6_SERVICE { UINT32 Signature; EFI_SERVICE_BINDING_PROTOCOL ServiceBinding; INTN State; - BOOLEAN InDestroy; // // List of all the IP instances and interfaces, and default