Ignore:
Timestamp:
Jun 13, 2013, 6:37:19 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5336@localhost: bruno | 2013-06-12 15:37:29 +0200

  • Change the calculation of the big size limit for a file by using the number of 512 blocks instead of the size returned by stat, thus allowing to consider some sparse file as not biggie file and such handling them through afio/star instead of fread/fwrite which makes them non sparse anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/mondostructures.h

    r2769 r3137  
    192192 * A type of file in the catalog of recent archives.
    193193 */
    194 typedef enum { other,           ///< Some other kind of file.
     194typedef enum {
     195    other,                      ///< Some other kind of file.
    195196    fileset,                    ///< An afioball (fileset), optionally compressed.
    196197    biggieslice                 ///< A slice of a biggiefile, optionally compressed.
     
    202203typedef enum {
    203204    nuke = 0,                   /// Nuke mode
    204     interactive,                /// Interactive mode
     205    interactive,                    /// Interactive mode
    205206    compare,                    /// Compare mode
    206207    mbr,                        /// MBR mode
Note: See TracChangeset for help on using the changeset viewer.