Index: trunk/Ohana/src/opihi/include/pantasks.h
===================================================================
--- trunk/Ohana/src/opihi/include/pantasks.h	(revision 8552)
+++ trunk/Ohana/src/opihi/include/pantasks.h	(revision 9037)
@@ -36,4 +36,6 @@
       TASK_END, 
       TASK_HOST, 
+      TASK_STDOUT, 
+      TASK_STDERR, 
       TASK_COMMAND, 
       TASK_OPTIONS, 
@@ -73,4 +75,7 @@
 
   char   *name;
+
+  char   *stdout_dump;
+  char   *stderr_dump;
 
   int       Nranges;
@@ -124,4 +129,7 @@
   IOBuffer    stderr;			/* stderr storage buffer */
   JobMode     mode;			/* local or controller? */
+
+  char   *stdout_dump;
+  char   *stderr_dump;
 
   int         stdout_size;		/* size of pending stdout buffer (controller) */
@@ -209,14 +217,4 @@
 void *ListenClients (void *data);
 
-/*
-void InitPrint ();
-void SetOutBuffer ();
-IOBuffer *GetOutBuffer ();
-void SetOutfile (char *outname);
-FILE *GetOutFile ();
-int ioprint (IOBuffer *buffer, char *format, ...);
-int gprintf (char *format, ...);
-*/
-
 // functions related to the server threads
 void CheckTasksSetState (int state);
