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/include/pantasks.h

    r8552 r9037  
    3636      TASK_END,
    3737      TASK_HOST,
     38      TASK_STDOUT,
     39      TASK_STDERR,
    3840      TASK_COMMAND,
    3941      TASK_OPTIONS,
     
    7375
    7476  char   *name;
     77
     78  char   *stdout_dump;
     79  char   *stderr_dump;
    7580
    7681  int       Nranges;
     
    124129  IOBuffer    stderr;                   /* stderr storage buffer */
    125130  JobMode     mode;                     /* local or controller? */
     131
     132  char   *stdout_dump;
     133  char   *stderr_dump;
    126134
    127135  int         stdout_size;              /* size of pending stdout buffer (controller) */
     
    209217void *ListenClients (void *data);
    210218
    211 /*
    212 void InitPrint ();
    213 void SetOutBuffer ();
    214 IOBuffer *GetOutBuffer ();
    215 void SetOutfile (char *outname);
    216 FILE *GetOutFile ();
    217 int ioprint (IOBuffer *buffer, char *format, ...);
    218 int gprintf (char *format, ...);
    219 */
    220 
    221219// functions related to the server threads
    222220void CheckTasksSetState (int state);
Note: See TracChangeset for help on using the changeset viewer.