Changeset 67209 in vbox
- Timestamp:
- Jun 1, 2017 1:37:09 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp ¶
r67208 r67209 2302 2302 throw setErrorVrc(vrc, tr("Failed to create '%s' (%Rrc)"), strTarballPath.c_str(), vrc); 2303 2303 2304 RTVFSIOSTREAM hVfsIosGzip ;2304 RTVFSIOSTREAM hVfsIosGzip = NIL_RTVFSIOSTREAM; 2305 2305 vrc = RTZipGzipCompressIoStream(hVfsIosFile, 0 /*fFlags*/, 6 /*uLevel*/, &hVfsIosGzip); 2306 2306 RTVfsIoStrmRelease(hVfsIosFile); 2307 2308 /** @todo insert I/O thread here between gzip and the tar creator. Needs 2309 * implementing. */ 2307 2310 2308 2311 RTVFSFSSTREAM hVfsFssTar = NIL_RTVFSFSSTREAM;
Note:
See TracChangeset
for help on using the changeset viewer.