Index: trunk/Ohana/src/addstar/src/setobjflags_remote_hosts.c
===================================================================
--- trunk/Ohana/src/addstar/src/setobjflags_remote_hosts.c	(revision 39534)
+++ trunk/Ohana/src/addstar/src/setobjflags_remote_hosts.c	(revision 39535)
@@ -1,4 +1,4 @@
 # include "addstar.h"
-# include "loadstarpar.h"
+# include "setobjflags.h"
 # include <sys/types.h>
 # include <sys/wait.h>
@@ -16,5 +16,5 @@
 int init_remote_hosts (void) {
 
-  Nhosts = 10;
+  Nhosts = 20;
   ALLOCATE (hosts, HostInfo *, Nhosts);
 
Index: trunk/Ohana/src/addstar/src/setobjflags_save_remote.c
===================================================================
--- trunk/Ohana/src/addstar/src/setobjflags_save_remote.c	(revision 39534)
+++ trunk/Ohana/src/addstar/src/setobjflags_save_remote.c	(revision 39535)
@@ -19,5 +19,5 @@
     // save to a unique filename
     char filename[DVO_MAX_PATH]; // CATDIR/tmpdir/starpar.PID.index.fits
-    snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/starpar.%s.%05d.fits", CATDIR, uniquer, region->index);
+    snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/objflags.%s.%05d.fits", CATDIR, uniquer, region->index);
 
     // write the data to the given FITS file
