Changeset 26444 for trunk/ippTools/src/magicdstool.c
- Timestamp:
- Dec 16, 2009, 3:55:38 PM (16 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magicdstool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 16 16 difftool 17 17 disttool 18 dqstastool 18 19 faketool 19 20 flatcorr
-
- Property svn:ignore
-
trunk/ippTools/src/magicdstool.c
r25935 r26444 598 598 PXOPT_LOOKUP_STR(recovery_path_base, config->args, "-recovery_path_base", false, false); 599 599 PXOPT_LOOKUP_BOOL(setmagicked, config->args, "-setmagicked", false); 600 PXOPT_LOOKUP_F32(streak_frac, config->args, "-streak_frac", false, false); 601 PXOPT_LOOKUP_F32(run_time, config->args, "-run_time", false, false); 600 602 601 603 if (setmagicked && (fault != 0)) { … … 620 622 } 621 623 622 if (!magicDSFileInsert(config->dbh, magic_ds_id, component, backup_path_base, recovery_path_base, fault, "full")) { 624 if (!magicDSFileInsert(config->dbh, 625 magic_ds_id, 626 component, 627 backup_path_base, 628 recovery_path_base, 629 streak_frac, 630 run_time, 631 fault, 632 "full" // data_state 633 )) { 623 634 // rollback 624 635 if (!psDBRollback(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
