Changeset 13658 for trunk/ppStats/src/ppStatsSetupFromRecipe.c
- Timestamp:
- Jun 5, 2007, 3:08:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r13603 r13658 14 14 // Strings in a recipe may be defined multiply (with MULTI) or listed on a single line 15 15 static void listFromRecipe(psList *target, // The target list 16 const psMetadata *recipe, // Recipe to search16 const psMetadata *recipe, // Recipe to search 17 17 const char *name // Name for item within recipe 18 18 ) … … 65 65 66 66 67 ppStatsData *ppStatsSetupFromRecipe(ppStatsData *data, // Data for running ppStats68 pmConfig *config // Configuration67 bool ppStatsSetupFromRecipe(ppStatsData *data, // Data for running ppStats 68 pmConfig *config // Configuration 69 69 ) 70 70 { 71 if (!data) { 72 data = ppStatsDataAlloc(); 73 } 71 PS_ASSERT_PTR_NON_NULL(data, false); 72 PS_ASSERT_PTR_NON_NULL(config, false); 74 73 75 74 // Determine recipe parameters
Note:
See TracChangeset
for help on using the changeset viewer.
