Changeset 28484 for branches/pap/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
- Property svn:mergeinfo set to
-
branches/pap/Ohana/src/opihi/pcontrol/StartJob.c
r20047 r28484 13 13 ASSERT (job == (Job *) host[0].job, "invalid job"); 14 14 15 ResetJobOutput (&job[0].stdout );16 ResetJobOutput (&job[0].stderr );15 ResetJobOutput (&job[0].stdout_buf); 16 ResetJobOutput (&job[0].stderr_buf); 17 17 18 18 /* construct command line : job arg0 arg1 ... argN\n */ … … 36 36 } 37 37 38 fprintf (stderr, "command: %s\n", line);38 // fprintf (stderr, "command: %s\n", line); 39 39 40 40 status = PclientCommand (host, line, PCLIENT_PROMPT, PCONTROL_RESP_START_JOB);
Note:
See TracChangeset
for help on using the changeset viewer.
