Ignore:
Timestamp:
Jun 26, 2006, 1:12:48 PM (18 years ago)
Author:
bcornec
Message:

Attempt to fix Bug #7820 Does not backup a file greater than 2 GB
Report from taps23@…
Changed legnth_of_file to off_t for ftello support and all relative changes made as well in various functions to be consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-stream-EXT.h

    r128 r684  
    2626                                    char *fn);
    2727extern bool should_we_write_to_next_tape(long mediasize,
    28                                          long long
     28                                         off_t
    2929                                         length_of_incoming_file);
    3030extern int skip_incoming_files_until_we_find_this_one(char
     
    3636extern int write_file_to_stream_from_file(struct s_bkpinfo *bkpinfo,
    3737                                          char *infile);
    38 extern int write_header_block_to_stream(long long length_of_incoming_file,
     38extern int write_header_block_to_stream(off_t length_of_incoming_file,
    3939                                        char *filename, int control_char);
    4040extern void wrong_marker(int should_be, int it_is);
Note: See TracChangeset for help on using the changeset viewer.