IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2008, 12:51:04 PM (18 years ago)
Author:
eugene
Message:

allow job stdout / stderr from pclient to arrive slowly

File:
1 edited

Legend:

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

    r18098 r20047  
    3131    gprint (GP_LOG, "STATUS %s\n", GetJobStackName(job[0].stack));
    3232    gprint (GP_LOG, "EXITST %d\n", job[0].exit_status);
    33     gprint (GP_LOG, "STDOUT %d\n", job[0].stdout_size);
    34     gprint (GP_LOG, "STDERR %d\n", job[0].stderr_size);
     33    gprint (GP_LOG, "STDOUT %d\n", job[0].stdout.size);
     34    gprint (GP_LOG, "STDERR %d\n", job[0].stderr.size);
    3535    gprint (GP_LOG, "DTIME %lf\n", job[0].dtime);
    3636    if (job[0].realhost) {
Note: See TracChangeset for help on using the changeset viewer.