Index: trunk/psModules/src/objects/pmDetections.h
===================================================================
--- trunk/psModules/src/objects/pmDetections.h	(revision 23487)
+++ trunk/psModules/src/objects/pmDetections.h	(revision 26893)
@@ -21,6 +21,9 @@
 typedef struct {
   psArray *footprints;        // collection of footprints in the image
+  psArray *oldFootprints;     // collection of footprints previously found
   psArray *peaks;             // collection of all peaks contained by the footprints
   psArray *oldPeaks;          // collection of all peaks previously found
+  psArray *newSources;        // collection of sources
+  psArray *allSources;        // collection of sources
   int last;
 } pmDetections;
