Ignore:
Timestamp:
Aug 21, 2009, 1:47:12 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Adds LZMA support (Fix #309)
  • Change
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/mondostructures.h

    r2328 r2338  
    380380  /**
    381381   * The extension your compression program uses. lzop uses lzo, bzip uses
    382    * bz2, gzip uses gz, etc. Do not include the dot.
     382   * bz2, gzip uses gz, lzma uses lzma etc. Do not include the dot.
    383383   */
    384384    char *zip_suffix;
     
    419419   */
    420420    bool use_gzip;
     421
     422/**
     423   * If TRUE, then use @c lzma to compress data.
     424   * This is used mainly in estimates. The backup/restore may or may
     425   * not work if you do not set this. You should also set @p zip_exe
     426   * and @p zip_suffix.
     427   */
     428    bool use_lzma;
    421429
    422430  /**
Note: See TracChangeset for help on using the changeset viewer.