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/common/mondostructures.h

    r1297 r1362  
    789789    char fname[MAX_TAPECAT_FNAME_LEN + 1];
    790790};
    791 
    792 /**
    793  * A tape catalog, made of a list of @p s_tapecat_entry.
    794  */
    795 struct s_tapecatalog {
    796                /**
    797         * The number of entries in the tape catalog.
    798         */
    799        int entries;
    800 
    801                /**
    802         * The entries themselves, all @p entries of them.
    803         */
    804        struct s_tapecat_entry el[MAX_TAPECATALOG_ENTRIES];
    805 };
Note: See TracChangeset for help on using the changeset viewer.