Changeset 2188 in MondoRescue for branches/2.2.9/mondo/src/include


Ignore:
Timestamp:
Apr 30, 2009, 6:01:51 PM (15 years ago)
Author:
Bruno Cornec
Message:

Create a new defind for MAX_MOUNTLIST_ENTRIES and increse MAX_TAPECATALOG_ENTRIES to solve a reported blimit

File:
1 edited

Legend:

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

    r2104 r2188  
    117117#define NOOF_ERR_LINES 6        ///< The number of lines of log output to keep at the bottom of the screen.
    118118#define ARBITRARY_MAXIMUM 2000  ///< The maximum number of items showing at once in the mountlist or filelist editor.
    119 #define MAX_TAPECATALOG_ENTRIES 8192    ///< The maximum number of entries in the tape catalog.
     119#define MAX_TAPECATALOG_ENTRIES 16384   ///< The maximum number of entries in the tape catalog.
     120#define MAX_MOUNTLIST_ENTRIES 8192  ///< The maximum number of entries in the mountlist.
    120121#define MAX_STR_LEN 384         ///< The maximum length of almost all @p char buffers in Mondo.
    121122                                        ///  Note: Make this divisible by eight to avoid aligment issues
Note: See TracChangeset for help on using the changeset viewer.