VirtualBox

Changeset 46518 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jun 13, 2013 10:07:09 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86374
Message:

Export/import OVA/OVF package supports ISO images. The problem with the wrong search files in the archive has been resolved. (see #5429). 2 new elements SASD and EPASD were added in the OVF XML file structure (see #6022).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tar.cpp

    r46338 r46518  
    9090typedef RTTARRECORD *PRTTARRECORD;
    9191
    92 
    93 #if 0 /* not currently used */
    94 typedef struct RTTARFILELIST
    95 {
    96     char *pszFilename;
    97     RTTARFILELIST *pNext;
    98 } RTTARFILELIST;
    99 typedef RTTARFILELIST *PRTTARFILELIST;
    100 #endif
    101 
    10292/** Pointer to a tar file handle. */
    10393typedef struct RTTARFILEINTERNAL *PRTTARFILEINTERNAL;
     
    150140typedef RTTARFILEINTERNAL *PRTTARFILEINTERNAL;
    151141
     142#if 0 /* not currently used */
     143typedef struct RTTARFILELIST
     144{
     145    char *pszFilename;
     146    RTTARFILELIST *pNext;
     147} RTTARFILELIST;
     148typedef RTTARFILELIST *PRTTARFILELIST;
     149#endif
     150
     151
    152152
    153153/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette