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


Ignore:
Timestamp:
Sep 9, 2005, 7:30:28 PM (19 years ago)
Author:
bcornec
Message:

-p option added

File:
1 edited

Legend:

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

    r1 r20  
    443443   */
    444444  char isodir[MAX_STR_LEN/4];
     445
     446/**
     447   * The prefix to put in front of media number
     448   * If backup_media_type is @b iso, then this is the prefix for the filename
     449   * If backup_media_type is anything else, this is ignored.
     450   */
     451  char prefix[MAX_STR_LEN/4];
    445452
    446453  /**
Note: See TracChangeset for help on using the changeset viewer.