Index: trunk/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- trunk/Ohana/src/opihi/include/pcontrol.h	(revision 12332)
+++ trunk/Ohana/src/opihi/include/pcontrol.h	(revision 12840)
@@ -75,6 +75,6 @@
   JobStat      state;
   JobStat      stack;
-  IOBuffer     stdout;
-  IOBuffer     stderr;
+  IOBuffer     stdout_buff;
+  IOBuffer     stderr_buff;
   Ptime        start;
   Ptime        stop;
@@ -88,7 +88,7 @@
 typedef struct {
   char       *hostname;
-  int         stdin;
-  int         stdout;
-  int         stderr;
+  int         stdin_fd;
+  int         stdout_fd;
+  int         stderr_fd;
   int         markoff;
   int         pid;
