Changeset 13675 for trunk/ppStats/src/ppStatsLoop.c
- Timestamp:
- Jun 5, 2007, 6:31:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsLoop.c
r13657 r13675 353 353 354 354 psMetadata *ppStatsLoop(psExit *result, 355 psMetadata *fpaResults, // Metadata to hold the FPA results356 355 ppStatsData *data, // The data 357 356 const pmConfig *config // Configuration … … 369 368 370 369 // allocate a new one if needed 371 psMetadata *newResults = fpaResults; 372 if (!newResults) { 373 newResults = psMetadataAlloc(); 374 } 370 psMetadata *newResults = psMetadataAlloc(); 375 371 376 372 // Iterate through the FPA
Note:
See TracChangeset
for help on using the changeset viewer.
