Changeset 41529 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Apr 3, 2021, 11:41:29 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r36855 r41529 3 3 // static functions are defined below 4 4 static int stackSummary(const ppStackOptions *options, const char *place); 5 bool pmConfigDumpRecipe (pmConfig *config, char *filename); 5 6 6 7 bool ppStackLoop(pmConfig *config, ppStackOptions *options) … … 282 283 return numGood; 283 284 } 285 286 // Test function if needed: 287 bool pmConfigDumpRecipe (pmConfig *config, char *filename) { 288 289 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // Recipe for ppSim 290 psAssert (recipe, "oops"); 291 292 psMetadataConfigWrite (recipe, filename, NULL); 293 294 return true; 295 } 296
Note:
See TracChangeset
for help on using the changeset viewer.
