VirtualBox

Changeset 27501 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 18, 2010 8:05:45 PM (15 years ago)
Author:
vboxsync
Message:

poll-posix.cpp: disabled polling on sockets for a few mins to get a green build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp

    r26844 r27501  
    303303            break;
    304304
    305         case RTHANDLETYPE_SOCKET:
    306             if (pHandle->u.hSocket != NIL_RTSOCKET)
    307                 fd = (int)pHandle->u.hSocket; //fd = RTTcpToNative(pHandle->u.hSocket);
    308             break;
     305        //case RTHANDLETYPE_SOCKET:
     306        //    if (pHandle->u.hSocket != NIL_RTSOCKET)
     307       //         fd = (int)pHandle->u.hSocket; //fd = RTTcpToNative(pHandle->u.hSocket);
     308       //     break;
    309309
    310310        case RTHANDLETYPE_FILE:
Note: See TracChangeset for help on using the changeset viewer.

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