Changeset 13675 for trunk/ppStats/src/ppStats.c
- Timestamp:
- Jun 5, 2007, 6:31:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.c
r13658 r13675 9 9 #include "ppStats.h" 10 10 11 psMetadata *ppStats(psMetadata *out, // Output metadata 12 pmFPA *fpa, // FPA for which to get statistics 11 psMetadata *ppStats(pmFPA *fpa, // FPA for which to get statistics 13 12 pmFPAview *view, // View for analysis 14 13 psMaskType maskVal, // Value to mask … … 46 45 // Go through the FPA and do the hard work 47 46 psExit status; // Status of statistics loop 48 psMetadata *result = ppStatsLoop(&status, out,data, config);47 psMetadata *result = ppStatsLoop(&status, data, config); 49 48 if (status != PS_EXIT_SUCCESS) { 50 49 psError (PS_ERR_UNKNOWN, false, "Not able to measure FPA statistics.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
