[TCPIP] Store creator PID in ADDRESS_FILE
[reactos.git] / drivers / network / tcpip / include / titypes.h
index 8d0f428..5ca137b 100644 (file)
@@ -154,6 +154,7 @@ 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 */
 
     /* The following members are used to control event notification */