Ignore:
Timestamp:
Feb 8, 2007, 3:08:10 AM (17 years ago)
Author:
Bruno Cornec
Message:

Memory management improvements again for libmondo-fork.c & libmondo-files.c

File:
1 edited

Legend:

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

    r1063 r1113  
    11/***************************************************************************
    2                           mondostructures.h  -  description
    3                              -------------------
    4     begin                : Fri Apr 19 2002
    5     copyright            : (C) 2002 by Stan Benoit
    6     email                : troff@nakedsoul.org
    7     cvsid                : $Id$
    8  ***************************************************************************/
    9 
    10 /***************************************************************************
    11  *                                                                         *
    12  *   This program is free software; you can redistribute it and/or modify  *
    13  *   it under the terms of the GNU General Public License as published by  *
    14  *   the Free Software Foundation; either version 2 of the License, or     *
    15  *   (at your option) any later version.                                   *
    16  *                                                                         *
    17  ***************************************************************************/
    18 
    19 
    20 /**
     2 * $Id$
     3 *
    214 * @file
    225 * The header file defining all of Mondo's structures.
     
    247
    258
    26 /** @def MAX_NOOF_MEDIA The maximum number of media that can be used in any one backup. */
    27 
    28 ///* So we can override it in config.h: */
     9/* @def MAX_NOOF_MEDIA The maximum number of media that can be used in any one backup. */
     10
     11/* So we can override it in config.h: */
    2912//#ifndef MAX_NOOF_MEDIA
    3013#define MAX_NOOF_MEDIA 50
     
    489472    t_bkptype backup_media_type;
    490473//  bool blank_dvd_first;
     474
     475  /**
     476   * The string corresponding to the media type
     477   */
     478    char backup_media_string[64];
    491479
    492480  /**
Note: See TracChangeset for help on using the changeset viewer.