Fix firefox exit. Implement a simple work queue for possibly dispatch level
[reactos.git] / reactos / drivers / net / tcpip / include / titypes.h
index 52f0a5f..c75586d 100644 (file)
@@ -308,6 +308,8 @@ typedef struct _CONNECTION_ENDPOINT {
                                * notification service to the client */
     UINT    SignalState;       /* Active signals from oskit */
     BOOLEAN Signalled;         /* Are we a member of the signal list */
+    BOOLEAN Disconnecting;     /* Cancelling an irp .. we need to leave it 
+                               * alone for now */
 } CONNECTION_ENDPOINT, *PCONNECTION_ENDPOINT;