Changeset 59755 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Feb 20, 2016 2:42:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTGzip.cpp
r56978 r59755 218 218 Assert(cRefs > 0); 219 219 *phVfsSrc = hVfsGunzip; 220 221 #if 0 222 /* This is a good place for testing stuff. */ 223 rc = RTVfsCreateReadAheadForIoStream(*phVfsSrc, 0, 16, _4K+1, &hVfsGunzip); 224 AssertRC(rc); 225 if (RT_SUCCESS(rc)) 226 { 227 uint32_t cRefs = RTVfsIoStrmRelease(*phVfsSrc); 228 Assert(cRefs > 0); 229 *phVfsSrc = hVfsGunzip; 230 } 231 #endif 220 232 221 233 return RTEXITCODE_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.