Ignore:
Timestamp:
Sep 19, 2007, 9:32:00 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to use configuration file data (may not compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-archive.c

    r1627 r1638  
    2626#include "mr_file.h"
    2727#include "mr_gettext.h"
     28#include "mr_conf.h"
    2829
    2930#include "libmondo-string-EXT.h"
     
    5657#endif
    5758#endif                          /* __FreeBSD__ */
     59
     60extern struct mr_conf *mr_conf;
    5861
    5962/*@unused@*/
     
    367370
    368371    mr_asprintf(&command, "afio -o -b %ld -M 16m %s %s < %s 2>> %s",
    369              TAPE_BLOCK_SIZE, zipparams, fname, filelist, MONDO_LOGFILE);
     372             mr_conf->external_tape_blocksize, zipparams, fname, filelist, MONDO_LOGFILE);
    370373    mr_free(zipparams);
    371374
Note: See TracChangeset for help on using the changeset viewer.