IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 2:13:41 PM (20 years ago)
Author:
eugene
Message:

adding stdout, stderr task commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/TaskOps.c

    r8548 r9037  
    282282  NewTask[0].optv = NULL;
    283283
     284  NewTask[0].stdout_dump = NULL;
     285  NewTask[0].stderr_dump = NULL;
     286
    284287  NewTask[0].exec = NULL;
    285288  NewTask[0].crash = NULL;
     
    417420  if (!strcasecmp (command, "NMAX"))      hash = TASK_NMAX;
    418421  if (!strcasecmp (command, "TRANGE"))    hash = TASK_TRANGE;
     422  if (!strcasecmp (command, "STDOUT"))    hash = TASK_STDOUT;
     423  if (!strcasecmp (command, "STDERR"))    hash = TASK_STDERR;
    419424  if (!strcasecmp (command, "COMMAND"))   hash = TASK_COMMAND;
    420425  if (!strcasecmp (command, "OPTIONS"))   hash = TASK_OPTIONS;
Note: See TracChangeset for help on using the changeset viewer.