Changeset 7140 for trunk/src/wsock32/asyncthread.h
- Timestamp:
- Oct 19, 2001, 8:34:47 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/wsock32/asyncthread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncthread.h
r7139 r7140 1 /* $Id: asyncthread.h,v 1. 9 2001-10-19 18:05:25achimha Exp $ */1 /* $Id: asyncthread.h,v 1.10 2001-10-19 18:34:47 achimha Exp $ */ 2 2 3 3 /* … … 71 71 DWORD lEvents; 72 72 DWORD lEventsPending; 73 DWORD lLastEvent;74 73 SOCKET s; 75 74 int mode; 76 // error codes for all events 77 int iErrorCode[FD_MAX_EVENTS]; 75 // event bits to signal which event has occured 76 DWORD lLastEvent; 77 // error codes for all events 78 int iErrorCode[FD_MAX_EVENTS]; 78 79 } asyncselect; 79 80 } u;
Note:
See TracChangeset
for help on using the changeset viewer.
