Changeset 12840 for trunk/Ohana/src/opihi/pcontrol/StartHost.c
- Timestamp:
- Apr 17, 2007, 9:59:02 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c
r8546 r12840 39 39 host[0].lasttry.tv_usec = 0; 40 40 41 host[0].stdin = stdio[0];42 host[0].stdout = stdio[1];43 host[0].stderr = stdio[2];44 host[0].pid = pid;41 host[0].stdin_fd = stdio[0]; 42 host[0].stdout_fd = stdio[1]; 43 host[0].stderr_fd = stdio[2]; 44 host[0].pid = pid; 45 45 PutHost (host, PCONTROL_HOST_IDLE, STACK_BOTTOM); 46 46 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
