Ignore:
Timestamp:
Aug 18, 2009, 3:05:43 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3334@localhost: bruno | 2009-08-08 12:17:37 +0200

  • Change mr_asprintf interface to pass only the char * (makes bkpinfo usage more easy)
File:
1 edited

Legend:

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

    r2322 r2323  
    421421
    422422  /**
    423    * A filename containing a list of extensions, one per line, to not
    424    * compress. If this is set to "", afio will still exclude a set of well-known
    425    * compressed files from compression, but biggiefiles that are compressed
    426    * will be recompressed again.
    427    */
    428     char do_not_compress_these[MAX_STR_LEN / 2];
    429 
    430   /**
    431423   * If TRUE, then we should verify a backup.
    432424   */
     
    465457   * If backup_media_type is anything else, this is ignored.
    466458   */
    467     char isodir[MAX_STR_LEN / 4];
     459    char *isodir;
    468460
    469461/**
Note: See TracChangeset for help on using the changeset viewer.