Changeset 28242 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Jun 6, 2010, 5:03:18 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c
r20047 r28242 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 */
Note:
See TracChangeset
for help on using the changeset viewer.
