Ignore:
Timestamp:
Dec 7, 2006, 2:01:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to solve #113

File:
1 edited

Legend:

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

    r558 r998  
    398398   */
    399399    bool use_lzo;
     400
     401  /**
     402   * If TRUE, then use @c gzip to compress data.
     403   * This is used mainly in estimates. The backup/restore may or may
     404   * not work if you do not set this. You should also set @p zip_exe
     405   * and @p zip_suffix.
     406   */
     407    bool use_gzip;
    400408
    401409  /**
Note: See TracChangeset for help on using the changeset viewer.