Changeset 38437 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServicePipeBuf.cpp
- Timestamp:
- Aug 12, 2011 3:05:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePipeBuf.cpp
r38113 r38437 111 111 pBuf->cbOffset += cbToRead; 112 112 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 113 117 if (pBuf->hEventSem != NIL_RTSEMEVENT) 114 118 { … … 117 121 } 118 122 119 #ifdef DEBUG_andy120 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 #endif123 123 *pcbToRead = cbToRead; 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.