Changeset 4451 for trunk/Ohana/src/opihi/pantasks/LocalJob.c
- Timestamp:
- Jul 4, 2005, 6:29:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/LocalJob.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/LocalJob.c
r4450 r4451 15 15 pid = fork (); 16 16 if (!pid) { /* must be child process */ 17 fprintf (stderr, "starting controller connection\n");17 fprintf (stderr, "starting local job\n"); 18 18 19 19 /* close the other ends of the pipes */ … … 45 45 job[0].pid = pid; 46 46 47 InitIOBuffer (&job[0].stdout, 0x100); 48 InitIOBuffer (&job[0].stderr, 0x100); 47 49 return (TRUE); 48 50
Note:
See TracChangeset
for help on using the changeset viewer.
