X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fnetwork%2Ftcpip%2Finclude%2Ftitypes.h;h=e63fad28214a8fe0b061cde89175b68da32186d3;hp=70ba4ea0d9c8d15869620150b3db04792f23c124;hb=302883186785938651184c53912535c3e690cb33;hpb=db5b0c31c400543001fe648a996bbcc5e56b7f63 diff --git a/drivers/network/tcpip/include/titypes.h b/drivers/network/tcpip/include/titypes.h index 70ba4ea0d9c..e63fad28214 100644 --- a/drivers/network/tcpip/include/titypes.h +++ b/drivers/network/tcpip/include/titypes.h @@ -154,6 +154,8 @@ typedef struct _ADDRESS_FILE { /* Associated listener (see transport/tcp/accept.c) */ IP_ADDRESS AddrCache; /* One entry address cache (destination address of last packet transmitted) */ + HANDLE ProcessId; /* Creator process ID */ + LARGE_INTEGER CreationTime; /* Time of creation */ /* The following members are used to control event notification */ @@ -265,7 +267,7 @@ typedef struct _CONNECTION_ENDPOINT { PADDRESS_FILE AddressFile; /* Associated address file object (NULL if none) */ /* Requests */ - LIST_ENTRY ConnectRequest; /* Queued connect rqueusts */ + LIST_ENTRY ConnectRequest; /* Queued connect requests */ LIST_ENTRY ListenRequest; /* Queued listen requests */ LIST_ENTRY ReceiveRequest; /* Queued receive requests */ LIST_ENTRY SendRequest; /* Queued send requests */