X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIpsecConfig%2FIndexer.h;h=58c0689021a13c6648be99675ea47484af406bb6;hp=078f38a3127948220e60792ea03207c34ead3570;hb=ca9b4d22f437ccd2d7ad9ce262760097788bafcc;hpb=d8d217c57632549d99256f134a4cee6be8dc67bb diff --git a/NetworkPkg/Application/IpsecConfig/Indexer.h b/NetworkPkg/Application/IpsecConfig/Indexer.h index 078f38a312..58c0689021 100644 --- a/NetworkPkg/Application/IpsecConfig/Indexer.h +++ b/NetworkPkg/Application/IpsecConfig/Indexer.h @@ -2,7 +2,7 @@ The internal structure and function declaration to construct ENTRY_INDEXER in IpSecConfig application. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2016, 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 @@ -18,8 +18,8 @@ #define _INDEXER_H_ typedef struct { - UINT8 *Name; - UINTN Index; // Used only if Name is NULL. + UINT8 Name[MAX_PEERID_LEN]; + UINTN Index; // Used only if Name buffer is filled with zero. } SPD_ENTRY_INDEXER; typedef struct {