Ignore:
Timestamp:
Aug 26, 2007, 12:26:06 PM (17 years ago)
Author:
Bruno Cornec
Message:

Use of conf file entries (iso_burning_*, media_device, media_size)
and adapatation of the rest of the code to that (including bkpinfo)

File:
1 edited

Legend:

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

    r1592 r1594  
    308308   * If backup_media_type is anything else, this should be blank.
    309309   */
    310     char media_device[MAX_STR_LEN / 4];
     310    char *media_device;
     311
     312    /* SCSI node (a la 0,0,0) or NULL if we use the media_device */
     313    char *iso_burning_dev;
    311314
    312315  /**
     
    566569   * The speed of the CD-R[W] drive.
    567570   */
    568     int cdrw_speed;
     571    int writer_speed;
    569572
    570573  /**
Note: See TracChangeset for help on using the changeset viewer.