Changeset 4762 for trunk/Ohana/src/opihi/pcontrol/StopHosts.c
- Timestamp:
- Aug 13, 2005, 10:30:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r4689 r4762 53 53 exit (1); 54 54 } 55 usleep (10000);56 55 57 56 /* check current child status */ 57 /* I probably should loop a few time with max timeout larger than 10ms... */ 58 usleep (10000); 58 59 result = waitpid (host[0].pid, &waitstatus, WNOHANG); 59 60 switch (result) {
Note:
See TracChangeset
for help on using the changeset viewer.
