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/CheckDoneJob.c

    r26411 r28242  
    1919
    2020  // we can always call this for stdout (if it is done, this is a NOP)
    21   status1 = GetJobOutput ("stdout", host, &job[0].stdout);
     21  status1 = GetJobOutput ("stdout", host, &job[0].stdout_buf);
    2222
    2323  // we cannot try stderr until stdout is completed
    2424  status2 = PCLIENT_HUNG;
    25   if (job[0].stdout.completed) {
    26       status2 = GetJobOutput ("stderr", host, &job[0].stderr);
     25  if (job[0].stdout_buf.completed) {
     26      status2 = GetJobOutput ("stderr", host, &job[0].stderr_buf);
    2727  }
    2828
Note: See TracChangeset for help on using the changeset viewer.