Changeset 8401
- Timestamp:
- Aug 16, 2006, 3:15:47 PM (20 years ago)
- Location:
- trunk/ppStats/src
- Files:
-
- 2 edited
-
ppStats.h (modified) (1 diff)
-
ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.h
r8346 r8401 2 2 #define PP_STATS_H 3 3 4 #define RECIPENAME "PPSTATS"4 #define PPSTATS_RECIPE "PPSTATS" 5 5 6 6 #include <psmodules.h> -
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r8347 r8401 65 65 // Determine recipe parameters 66 66 bool mdok; // Status of MD lookup 67 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPENAME);67 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPSTATS_RECIPE); 68 68 if (!mdok || !recipe) { 69 psLogMsg(__func__, PS_LOG_WARN, "Unable to find recipe %s.\n", RECIPENAME);69 psLogMsg(__func__, PS_LOG_WARN, "Unable to find recipe %s.\n", PPSTATS_RECIPE); 70 70 return data; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
