remove member context from _EFI_MTFTP4_TOKEN structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4308 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -86,6 +86,12 @@ struct _MTFTP4_SERVICE {
|
||||
UDP_IO_PORT *ConnectUdp;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
EFI_MTFTP4_PACKET **Packet;
|
||||
UINT32 *PacketLen;
|
||||
EFI_STATUS Status;
|
||||
} MTFTP4_GETINFO_STATE;
|
||||
|
||||
struct _MTFTP4_PROTOCOL {
|
||||
UINT32 Signature;
|
||||
NET_LIST_ENTRY Link;
|
||||
@@ -140,13 +146,9 @@ struct _MTFTP4_PROTOCOL {
|
||||
UINT16 McastPort;
|
||||
BOOLEAN Master;
|
||||
UDP_IO_PORT *McastUdpPort;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
EFI_MTFTP4_PACKET **Packet;
|
||||
UINT32 *PacketLen;
|
||||
EFI_STATUS Status;
|
||||
} MTFTP4_GETINFO_STATE;
|
||||
MTFTP4_GETINFO_STATE GetInfoState;
|
||||
};
|
||||
|
||||
VOID
|
||||
Mtftp4CleanOperation (
|
||||
|
Reference in New Issue
Block a user