Changeset 16165 in vbox
- Timestamp:
- Jan 22, 2009 1:22:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r15845 r16165 2256 2256 //int rc = RTZipCompCreate(&pSSM->pZipComp, pSSM, ssmR3WriteOut, RTZIPTYPE_ZLIB, RTZIPLEVEL_FAST); 2257 2257 int rc = RTZipCompCreate(&pSSM->pZipComp, pSSM, ssmR3WriteOut, RTZIPTYPE_LZF, RTZIPLEVEL_FAST); 2258 //int rc = RTZipCompCreate(&pSSM->pZipComp, pSSM, ssmR3WriteOut, RTZIPTYPE_STORE, RTZIPLEVEL_FAST); 2258 2259 if (RT_FAILURE(rc)) 2259 2260 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.