VirtualBox

Changeset 59755 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Feb 20, 2016 2:42:45 AM (9 years ago)
Author:
vboxsync
Message:

RTGzip: Just leave it here, disabled, for future debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTGzip.cpp

    r56978 r59755  
    218218    Assert(cRefs > 0);
    219219    *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
    220232
    221233    return RTEXITCODE_SUCCESS;
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