VirtualBox

Changeset 27637 in vbox for trunk/src


Ignore:
Timestamp:
Mar 23, 2010 3:14:08 PM (15 years ago)
Author:
vboxsync
Message:

pipe-win.cpp: Don't flag RTPOLL_EVT_WRITE unless asked for.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r27614 r27637  
    12241224                /* Check if there is available buffer space. */
    12251225                if (   !fRetEvents
     1226                    && (fEvents & RTPOLL_EVT_WRITE)
    12261227                    && (   Info.WriteQuotaAvailable > 0
    12271228                        || Info.OutboundQuota == 0)
     
    12291230                    fRetEvents |= RTPOLL_EVT_WRITE;
    12301231            }
    1231             else if (   !fRetEvents
    1232                 && (fEvents & RTPOLL_EVT_WRITE))
     1232            else if (fEvents & RTPOLL_EVT_WRITE)
    12331233                fRetEvents |= RTPOLL_EVT_WRITE;
    12341234        }
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