IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 5:03:18 PM (16 years ago)
Author:
eugene
Message:

rename elements of Job structure stdout and stderr (see #1228)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/StartJob.c

    r20047 r28242  
    1313  ASSERT (job  == (Job *) host[0].job, "invalid job");
    1414
    15   ResetJobOutput (&job[0].stdout);
    16   ResetJobOutput (&job[0].stderr);
     15  ResetJobOutput (&job[0].stdout_buf);
     16  ResetJobOutput (&job[0].stderr_buf);
    1717
    1818  /* construct command line : job arg0 arg1 ... argN\n */
Note: See TracChangeset for help on using the changeset viewer.