VirtualBox

Changeset 34119 in vbox


Ignore:
Timestamp:
Nov 16, 2010 3:33:25 PM (14 years ago)
Author:
vboxsync
Message:

IPRT/pipe-win: Commented out the write quota check in RTPipeWrite in order to make it work on Windows.

File:
1 edited

Legend:

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

    r33540 r34119  
    749749                    if (Info.NamedPipeState == FILE_PIPE_CLOSING_STATE)
    750750                        rc = VERR_BROKEN_PIPE;
     751                    /** @todo fixme: To get the pipe writing support to work the
     752                     *               block below needs to be commented out until a
     753                     *               way is found to address the problem of the incorrectly
     754                     *               set field Info.WriteQuotaAvailable. */
     755#if 0
    751756                    else if (   cbToWrite >= Info.WriteQuotaAvailable
    752757                             && Info.OutboundQuota != 0
     
    758763                            rc = VINF_TRY_AGAIN;
    759764                    }
     765#endif
    760766                }
    761767                pThis->fPromisedWritable = false;
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