mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[TCPIP] Save the SubProcessTag when an ADDRESS_FILE is created
This commit is contained in:
parent
1a93d83f92
commit
d98001de17
2 changed files with 6 additions and 0 deletions
|
@ -155,6 +155,7 @@ typedef struct _ADDRESS_FILE {
|
|||
IP_ADDRESS AddrCache; /* One entry address cache (destination
|
||||
address of last packet transmitted) */
|
||||
HANDLE ProcessId; /* Creator process ID */
|
||||
PVOID SubProcessTag; /* Creator process tag */
|
||||
LARGE_INTEGER CreationTime; /* Time of creation */
|
||||
|
||||
/* The following members are used to control event notification */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue