Ignore:
Timestamp:
Jun 2, 2008, 10:49:01 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1938:1976 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

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

    r1904 r1977  
    127127   */
    128128    int index;
    129    
     129
    130130  /**
    131131   * Type of disk.
    132132   */
    133133    char type;  // ' ' = data (default), S = spare, F = faulty
    134    
     134
    135135};
    136136
     
    184184} t_archtype;
    185185
     186/**
     187 * A type of file in the catalog of recent archives.
     188 */
     189typedef enum {
     190    nuke = 0,                   /// Nuke mode
     191    interactive,                /// Interactive mode
     192    compare,                    /// Compare mode
     193    mbr,                        /// MBR mode
     194    isoonly,                    /// ISO mode
     195    isonuke,                    /// ISO+Nuke mode
     196} t_restore_mode;
     197
    186198
    187199#ifdef __FreeBSD__
     
    236248       */
    237249    int chunk_size;
    238    
     250
    239251      /**
    240252       * The parity algorithm of this RAID device. (RAID5 only)
     
    582594   */
    583595    bool make_cd_use_lilo;
     596
     597  /**
     598   * If TRUE, make the the tape bootable. If FALSE, normal tape, the default
     599   */
     600    bool use_obdr;
     601
     602  /**
     603   * Nature of the restore
     604   */
     605    t_restore_mode restore_mode;
    584606};
    585607
Note: See TracChangeset for help on using the changeset viewer.