Index: trunk/Ohana/src/opihi/pcontrol/StopHosts.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 10666)
+++ trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 12840)
@@ -2,7 +2,7 @@
 
 void DownHost (Host *host) {
-  CLOSE (host[0].stdin);
-  CLOSE (host[0].stdout);
-  CLOSE (host[0].stderr);
+  CLOSE (host[0].stdin_fd);
+  CLOSE (host[0].stdout_fd);
+  CLOSE (host[0].stderr_fd);
   host[0].job = NULL;
   PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
@@ -10,7 +10,7 @@
 
 void OffHost (Host *host) {
-  CLOSE (host[0].stdin);
-  CLOSE (host[0].stdout);
-  CLOSE (host[0].stderr);
+  CLOSE (host[0].stdin_fd);
+  CLOSE (host[0].stdout_fd);
+  CLOSE (host[0].stderr_fd);
   host[0].job = NULL;
   PutHost (host, PCONTROL_HOST_OFF, STACK_BOTTOM);
