Changeset 1362 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Apr 30, 2007, 12:27:56 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • 2.2.3 announce
  • In stable, replacement of a big structure for g_tapecatalog by a chained list (idea of M. Loiseleur). This removes some fixed allocations and should allow for easier debug for tape env.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1264 r1362  
    214214 */
    215215#define WELCOME_STRING _("W E L C O M E   T O   M O N D O   R E S C U E")
    216 
    217 /**
    218  * The maximum length of a filename in the tape catalog.
    219  */
    220 #define MAX_TAPECAT_FNAME_LEN 32
    221 
    222 /**
    223  * Compatibility #define to ease the transition to logfile-in-a-variable.
    224  */
    225 #define MONDO_LOGFILE    "/var/log/mondo-archive.log"
    226216
    227217/**
Note: See TracChangeset for help on using the changeset viewer.