IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:01:28 AM (21 years ago)
Author:
eugene
Message:

added user scheduler/controller commands, fixed up I/F issues

File:
1 edited

Legend:

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

    r4462 r4573  
    2525  line = NULL;
    2626  status = -1;
    27   for (i = 0; (i < PCLIENT_TIMEOUT) && (status == -1) && (line == NULL); i++) {
     27  for (i = 0; (i < PCLIENT_TIMEOUT) && (status != 0) && (line == NULL); i++) {
    2828    status = ReadtoIOBuffer (buffer, host[0].stdout);
    2929    if ((buffer[0].Nbuffer - Nstart) >= Nbytes) {
Note: See TracChangeset for help on using the changeset viewer.