Changeset 20047 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Oct 10, 2008, 12:51:04 PM (18 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
r19124 r20047 12 12 ASSERT (host == (Host *) job[0].host, "invalid host"); 13 13 ASSERT (job == (Job *) host[0].job, "invalid job"); 14 15 ResetJobOutput (&job[0].stdout); 16 ResetJobOutput (&job[0].stderr); 14 17 15 18 /* construct command line : job arg0 arg1 ... argN\n */ … … 80 83 81 84 /* check on result of pclient command */ 82 p = memstr (buffer[0].buffer, " STATUS", buffer[0].Nbuffer);85 p = memstr (buffer[0].buffer, "PCLIENT_PID:", buffer[0].Nbuffer); 83 86 if (p == NULL) { 84 87 // failed to get a valid response. kill the job and try again,
Note:
See TracChangeset
for help on using the changeset viewer.
