- Fix some confusion between SignalState and State which resulted in queued IRPs...
[reactos.git] / reactos / drivers / network / tcpip / include / titypes.h
index ef98577..fa637d3 100644 (file)
@@ -299,8 +299,6 @@ typedef struct _CONNECTION_ENDPOINT {
     PADDRESS_FILE AddressFile;  /* Associated address file object (NULL if none) */
     PVOID SocketContext;        /* Context for lower layer */
 
-    UINT State;                 /* Socket state W.R.T. oskit */
-
     /* Requests */
     LIST_ENTRY ConnectRequest; /* Queued connect rqueusts */
     LIST_ENTRY ListenRequest;  /* Queued listen requests */