Changeset 12840 for trunk/Ohana/src/opihi/pcontrol/StopHosts.c
- Timestamp:
- Apr 17, 2007, 9:59:02 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r10666 r12840 2 2 3 3 void DownHost (Host *host) { 4 CLOSE (host[0].stdin );5 CLOSE (host[0].stdout );6 CLOSE (host[0].stderr );4 CLOSE (host[0].stdin_fd); 5 CLOSE (host[0].stdout_fd); 6 CLOSE (host[0].stderr_fd); 7 7 host[0].job = NULL; 8 8 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); … … 10 10 11 11 void OffHost (Host *host) { 12 CLOSE (host[0].stdin );13 CLOSE (host[0].stdout );14 CLOSE (host[0].stderr );12 CLOSE (host[0].stdin_fd); 13 CLOSE (host[0].stdout_fd); 14 CLOSE (host[0].stderr_fd); 15 15 host[0].job = NULL; 16 16 PutHost (host, PCONTROL_HOST_OFF, STACK_BOTTOM);
Note:
See TracChangeset
for help on using the changeset viewer.
