Index: branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h
===================================================================
--- branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h	(revision 36574)
+++ branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h	(revision 36575)
@@ -309,5 +309,5 @@
   off_t NIMAGE;
   Image *image;
-  int line_numbers;
+  off_t *imseq;
 } RegionHostInfo;
 
@@ -596,4 +596,5 @@
   float *X;
   float *Y;
+  int   *nOwn; // relastro uses this to count owned detections per object
 
 } Catalog;
Index: branches/eam_branches/ipp-20140206/Ohana/src/libdvo/src/RegionHostTable.c
===================================================================
--- branches/eam_branches/ipp-20140206/Ohana/src/libdvo/src/RegionHostTable.c	(revision 36574)
+++ branches/eam_branches/ipp-20140206/Ohana/src/libdvo/src/RegionHostTable.c	(revision 36575)
@@ -24,4 +24,5 @@
 
     hosts[i].image = NULL;
+    hosts[i].imseq = NULL;
     hosts[i].Nimage = 0;
     hosts[i].NIMAGE = 0;
