Changeset 2523 in MondoRescue
- Timestamp:
- Jan 7, 2010, 1:10:16 AM (15 years ago)
- Location:
- branches/2.2.10/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/common/libmondo-filelist.c
r2511 r2523 1629 1629 } 1630 1630 1631 /**1632 * Wrapper around mondo_makefilelist().1633 * @param bkpinfo The backup information structure. Fields used:1634 * - @c bkpinfo->differential1635 * - @c bkpinfo->exclude_paths1636 * - @c bkpinfo->include_paths1637 * - @c bkpinfo->make_filelist1638 * - @c bkpinfo->scratchdir1639 * - @c bkpinfo->tmpdir1640 * @return 0 for success, nonzero for failure.1641 * @see mondo_makefilelist1642 */1643 int prepare_filelist()1644 {1645 1646 /*@ int **************************************************** */1647 int res = 0;1648 1631 1649 1632 /** -
branches/2.2.10/mondo/src/common/libmondo-raid.c
r2517 r2523 725 725 if (!disklist) { 726 726 log_it("Ignoring '%s %s' pair of disk %s", labelB, valueB, label); 727 mr_free(tmp);728 727 } else { 729 728 index = atoi(valueB);
Note:
See TracChangeset
for help on using the changeset viewer.