Ignore:
Timestamp:
Sep 24, 2007, 3:04:43 AM (17 years ago)
Author:
Bruno Cornec
Message:

Render bkpinfo global (potential issue on thread, but should not be a problem as that structure is indeed static during archive)
Should solve the tmpdir issue from previous rev.
May still not compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-fork.c

    r1644 r1645  
    118118extern bool g_text_mode;
    119119extern char *MONDO_LOGFILE;
     120
     121/* Reference to global bkpinfo */
     122extern struct s_bkpinfo *bkpinfo;
    120123pid_t g_buffer_pid = 0;
    121124
     
    185188 */
    186189int
    187 eval_call_to_make_ISO(struct s_bkpinfo *bkpinfo,
    188                       char *basic_call, char *isofile,
     190eval_call_to_make_ISO(char *basic_call, char *isofile,
    189191                      int cd_no, char *logstub, char *what_i_am_doing)
    190192{
Note: See TracChangeset for help on using the changeset viewer.