VirtualBox

Changeset 28400 in vbox


Ignore:
Timestamp:
Apr 16, 2010 8:51:53 AM (15 years ago)
Author:
vboxsync
Message:

addendum to r60160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r28399 r28400  
    526526static DECLCALLBACK(int) serialNotifyBufferFull(PPDMICHARPORT pInterface, bool fFull)
    527527{
     528#if 0
    528529    SerialState *pThis = PDMICHARPORT_2_SERIALSTATE(pInterface);
    529530    PDMCritSectEnter(&pThis->CritSect, VERR_PERMISSION_DENIED);
     
    540541    serial_update_irq(pThis);
    541542    PDMCritSectLeave(&pThis->CritSect);
     543#endif
    542544    return VINF_SUCCESS;
    543545}
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