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

    r3203 r3212  
    3030  }
    3131
    32   status = PclientCommand (host, line, &buffer);
     32  status = PclientCommand (host, line, PCLIENT_PROMPT, &buffer);
    3333  free (line);
    3434
     
    4444
    4545    case PCLIENT_GOOD:
    46       fprintf (stderr, "message received\n"); 
     46      fprintf (stderr, "message received (StartJob)\n"); 
    4747      break;
    4848
Note: See TracChangeset for help on using the changeset viewer.