Changeset 7146 for trunk/src/wsock32/asyncthread.cpp
- Timestamp:
- Oct 21, 2001, 3:43:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncthread.cpp
r7041 r7146 1 /* $Id: asyncthread.cpp,v 1.1 2 2001-10-13 18:51:07sandervl Exp $ */1 /* $Id: asyncthread.cpp,v 1.13 2001-10-21 13:43:51 sandervl Exp $ */ 2 2 3 3 /* … … 40 40 //// WSASetBlocking(FALSE, pThreadParm->hThread); 41 41 42 dprintf(("AsyncThread %x exit", pThreadParm->hAsyncTaskHandle));42 dprintf(("AsyncThread %x socket %x exit", pThreadParm->hAsyncTaskHandle, pThreadParm->u.asyncselect.s)); 43 43 free((PVOID)pThreadParm); 44 44 } … … 48 48 { 49 49 TID tid; 50 51 dprintf(("QueueAsyncJob for socket %x", pThreadParm->u.asyncselect.s)); 50 52 51 53 pThreadParm->asyncProc = asyncproc;
Note:
See TracChangeset
for help on using the changeset viewer.