Index: trunk/Ohana/src/opihi/dvo/gstar.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/gstar.c	(revision 37246)
+++ trunk/Ohana/src/opihi/dvo/gstar.c	(revision 38441)
@@ -235,6 +235,6 @@
 
   /* lock, load, unlock catalog */
-  catalog.catflags = LOAD_AVES | LOAD_SECF;
-  catalog.catflags |= GetMeasures ? LOAD_MEAS : SKIP_MEAS;
+  catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
+  catalog.catflags |= GetMeasures ? DVO_LOAD_MEASURE : DVO_SKIP_MEASURE;
   catalog.Nsecfilt = 0;
 
