VirtualBox

Ignore:
Timestamp:
Aug 12, 2011 3:05:41 PM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePipeBuf.cpp

    r38113 r38437  
    111111            pBuf->cbOffset += cbToRead;
    112112
     113#ifdef DEBUG_andy
     114            VBoxServiceVerbose(4, "Pipe [%u %u 0x%p %s] read pcbToRead=%u, cbSize=%u, cbAlloc=%u, cbOff=%u\n",
     115                               pBuf->uPID, pBuf->uPipeId, pBuf, pBuf->fEnabled ? "EN" : "DIS", cbToRead, pBuf->cbSize, pBuf->cbAllocated, pBuf->cbOffset);
     116#endif
    113117            if (pBuf->hEventSem != NIL_RTSEMEVENT)
    114118            {
     
    117121            }
    118122
    119 #ifdef DEBUG_andy
    120             VBoxServiceVerbose(4, "Pipe [%u %u 0x%p %s] read pcbToRead=%u, cbSize=%u, cbAlloc=%u, cbOff=%u\n",
    121                                pBuf->uPID, pBuf->uPipeId, pBuf, pBuf->fEnabled ? "EN" : "DIS", cbToRead, pBuf->cbSize, pBuf->cbAllocated, pBuf->cbOffset);
    122 #endif
    123123            *pcbToRead = cbToRead;
    124124        }
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