Ignore:
Timestamp:
Mar 6, 2024, 5:29:44 PM (3 months ago)
Author:
Bruno Cornec
Message:

remove snprintf usage and use bkpinfo for serial_string

File:
1 edited

Legend:

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

    r3838 r3856  
    654654    t_boot boot_type;
    655655
     656    /**
     657     * The serial string (used to differentiate between backups)
     658     * of the current backup.
     659    */
     660    char *serial_string;
    656661};
    657662
Note: See TracChangeset for help on using the changeset viewer.