VirtualBox

Changeset 32134 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 31, 2010 12:13:23 PM (14 years ago)
Author:
vboxsync
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r32131 r32134  
    145145     * This is ZERO if we're currently not subscribing to anything. */
    146146    uint32_t            fSubscribedEvts;
    147     /** Saved events which are only posted once */
     147    /** Saved events which are only posted once. */
    148148    uint32_t            fEventsSaved;
    149149#endif /* RT_OS_WINDOWS */
     
    856856    AssertReturn(rtSocketTryLock(pThis), VERR_CONCURRENT_ACCESS);
    857857
    858 
    859858    int rc = rtSocketSwitchBlockingMode(pThis, false /* fBlocking */);
    860859    if (RT_FAILURE(rc))
     
    15431542    /*
    15441543     * Save the write event if required.
    1545      * it is only posted once and might get lost
    1546      * if the another source in the pollset with a higher priority
    1547      * has pending events.
    1548     */
     1544     * It is only posted once and might get lost if the another source in the
     1545     * pollset with a higher priority has pending events.
     1546     */
    15491547    if (   !fHarvestEvents
    15501548        && fRetEvents)
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