VirtualBox

Changeset 27431 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 17, 2010 1:33:58 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58907
Message:

iprt: Implemented RTPollSet on windows (pipes only). Optimized the RTPipeWrite (nonblocking) and RTPipeSelectOne implementations on windows so that we're down to one failing unit test in tstRTPipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r26801 r27431  
    12511251/** The handle ID was not found in the set. */
    12521252#define VERR_POLL_HANDLE_ID_NOT_FOUND           (-952)
     1253/** The poll set is full. */
     1254#define VERR_POLL_SET_IS_FULL                   (-953)
    12531255/** @} */
    12541256
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette