IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 5:35:47 PM (21 years ago)
Author:
eugene
Message:

substantial dev work on scheduler/pcontrol/pclient

File:
1 edited

Legend:

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

    r3203 r4450  
    55  Host *host;
    66
    7   if (!GetJobOutput (job, "stdout")) {
     7  if (!GetJobOutput ("stdout", (Host *) job[0].host, &job[0].stdout, job[0].stdout_size)) {
     8    /* strip off first and last lines */
    89    PutJob (job, PCONTROL_JOB_DONE, STACK_BOTTOM);
    910    return (FALSE);
    1011  }
    1112
    12   if (!GetJobOutput (job, "stderr")) {
     13  if (!GetJobOutput ("stderr", (Host *) job[0].host, &job[0].stderr, job[0].stderr_size)) {
    1314    PutJob (job, PCONTROL_JOB_DONE, STACK_BOTTOM);
    1415    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.