Changeset 41598 for trunk/ippTools/src/pztool.c
- Timestamp:
- May 18, 2021, 3:31:23 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r41595 r41598 49 49 static bool updatepzexpMode(pxConfig *config); 50 50 static bool updatenewexpMode(pxConfig *config); 51 static bool updatesummitExpMode(pxConfig *config); 51 52 // XXX EAM : 2021.05.18 : code for updatesummitExp was added but not finished. 53 // XXX static bool updatesummitExpMode(pxConfig *config); 52 54 53 55 // static bool copydoneCompleteExp(pxConfig *config); … … 55 57 static psArray *pzArrayZip(psArray *arraySet, psS64 limit); 56 58 static bool pzDownloadExpSetState(pxConfig *config, const psS64 summit_id, const char *state); 57 static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault); 59 60 // XXX static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault); 58 61 59 62 # define MODECASE(caseName, func) \ … … 90 93 MODECASE(PZTOOL_MODE_UPDATEPZEXP, updatepzexpMode); 91 94 MODECASE(PZTOOL_MODE_UPDATENEWEXP, updatenewexpMode); 92 MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode);95 // XXX MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode); 93 96 default: 94 97 psAbort("invalid option (this should not happen)"); … … 936 939 } 937 940 941 # if (0) 938 942 static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault) 939 943 { … … 968 972 return true; 969 973 } 970 974 # endif 971 975 972 976 static bool updatepzexpMode(pxConfig *config)
Note:
See TracChangeset
for help on using the changeset viewer.
