Changeset 561 in MondoRescue for trunk/mondo/mondo/common/mondostructures.h


Ignore:
Timestamp:
May 20, 2006, 5:51:21 PM (18 years ago)
Author:
bcornec
Message:

merge -r 542:560 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/mondostructures.h

    r539 r561  
    133133   */
    134134    int index;
     135   
     136  /**
     137   * Type of disk.
     138   */
     139    char type;  // ' ' = data (default), S = spare, F = faulty
     140   
    135141};
    136142
     
    224230       */
    225231    int chunk_size;
     232   
     233      /**
     234       * The parity algorithm of this RAID device. (RAID5 only)
     235       */
     236    int parity; // 0=left-asymmetric, 1=right-asymmetric, 2=left-symmetric, 3=right-symmetric
    226237
    227238      /**
     
    249260       */
    250261    struct additional_raid_variables additional_vars;
     262
     263      /**
     264       * Resync progress for this device.
     265       */
     266    int progress;
    251267};
    252268
Note: See TracChangeset for help on using the changeset viewer.