Changeset 3212 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Feb 13, 2005, 9:37:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c
r3203 r3212 30 30 } 31 31 32 status = PclientCommand (host, line, &buffer);32 status = PclientCommand (host, line, PCLIENT_PROMPT, &buffer); 33 33 free (line); 34 34 … … 44 44 45 45 case PCLIENT_GOOD: 46 fprintf (stderr, "message received \n");46 fprintf (stderr, "message received (StartJob)\n"); 47 47 break; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
