VirtualBox

Changeset 67197 in vbox for trunk/src


Ignore:
Timestamp:
Jun 1, 2017 9:07:53 AM (8 years ago)
Author:
vboxsync
Message:

Main: ApplianceImplExport.cpp: Hacking OPC exporting.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r67184 r67197  
    429429
    430430
     431#ifndef VBOX_WITH_NEW_TAR_CREATOR
    431432typedef struct SHASTORAGE
    432433{
     
    440441PVDINTERFACEIO FileCreateInterface();
    441442PVDINTERFACEIO tarWriterCreateInterface(void);
     443#endif
    442444
    443445int writeBufferToFile(const char *pszFilename, const void *pvContent, size_t cbContent, RTVFSFSSTREAM hVfsFss);
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r67193 r67197  
    22352235                m->fManifest = false;
    22362236
    2237                 __debugbreak();
    22382237                hrc = i_writeFSImpl(pTask, writeLock, hVfsFssTar, false /*fOvfFile*/, false /*fStreamOptimizedVmdk*/);
    22392238                RTVfsFsStrmRelease(hVfsFssTar);
  • trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp

    r67184 r67197  
    3939
    4040#include "Logging.h"
     41
     42#ifndef VBOX_WITH_NEW_TAR_CREATOR
    4143
    4244
     
    12301232
    12311233
    1232 #ifndef VBOX_WITH_NEW_TAR_CREATOR
    12331234int writeBufferToFile(const char *pcszFilename, void *pvBuf, size_t cbSize, PVDINTERFACEIO pIfIo, void *pvUser)
    12341235{
     
    12621263    return rc;
    12631264}
     1265
    12641266#endif /* !VBOX_WITH_NEW_TAR_CREATOR */
    12651267
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