Ignore:
Timestamp:
Oct 19, 2001, 8:34:47 PM (24 years ago)
Author:
achimha
Message:

implemented async select event error code notification for semaphore notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/asyncthread.h

    r7139 r7140  
    1 /* $Id: asyncthread.h,v 1.9 2001-10-19 18:05:25 achimha Exp $ */
     1/* $Id: asyncthread.h,v 1.10 2001-10-19 18:34:47 achimha Exp $ */
    22
    33/*
     
    7171                        DWORD       lEvents;
    7272                        DWORD       lEventsPending;
    73                         DWORD       lLastEvent;
    7473                        SOCKET      s;
    7574                        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];
    7879                } asyncselect;
    7980        } u;
Note: See TracChangeset for help on using the changeset viewer.