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-string.c

    r1585 r1645  
    2020extern int g_current_media_number;
    2121extern long long g_tape_posK;
     22
     23/* Reference to global bkpinfo */
     24extern struct s_bkpinfo *bkpinfo;
    2225
    2326
     
    10621065 * @note The returned string points to static storage that will be overwritten with each call.
    10631066 */
    1064 char *percent_media_full_comment(struct s_bkpinfo *bkpinfo)
     1067char *percent_media_full_comment()
    10651068{
    10661069    /*@ int *********************************************** */
Note: See TracChangeset for help on using the changeset viewer.