Index: trunk/Ohana/src/opihi/pantasks/TaskOps.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/TaskOps.c	(revision 8548)
+++ trunk/Ohana/src/opihi/pantasks/TaskOps.c	(revision 9037)
@@ -282,4 +282,7 @@
   NewTask[0].optv = NULL;
 
+  NewTask[0].stdout_dump = NULL;
+  NewTask[0].stderr_dump = NULL;
+
   NewTask[0].exec = NULL;
   NewTask[0].crash = NULL;
@@ -417,4 +420,6 @@
   if (!strcasecmp (command, "NMAX"))      hash = TASK_NMAX;
   if (!strcasecmp (command, "TRANGE"))    hash = TASK_TRANGE;
+  if (!strcasecmp (command, "STDOUT"))    hash = TASK_STDOUT;
+  if (!strcasecmp (command, "STDERR"))    hash = TASK_STDERR;
   if (!strcasecmp (command, "COMMAND"))   hash = TASK_COMMAND;
   if (!strcasecmp (command, "OPTIONS"))   hash = TASK_OPTIONS;
