IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2005, 9:37:58 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev : hosts + jobs running

File:
1 edited

Legend:

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

    r3203 r3212  
    1616  InitIOBuffer (&buffer, 0x100);
    1717
    18   status = PclientCommand (host, "status", &buffer);
     18  status = PclientCommand (host, "status", PCLIENT_PROMPT, &buffer);
    1919
    2020  /* check on success of pclient command */
     
    3434
    3535    case PCLIENT_GOOD:
    36       fprintf (stderr, "message received\n"); 
     36      fprintf (stderr, "message received (CheckBusyJob)\n"); 
    3737      break;
    3838
Note: See TracChangeset for help on using the changeset viewer.