Changeset 16472 for trunk/Ohana/src/opihi/pcontrol/StopHosts.c
- Timestamp:
- Feb 13, 2008, 5:53:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r16459 r16472 92 92 default: 93 93 gprint (GP_ERR, "unknown status for pclient command: programming error\n"); 94 pcontrol_exit ( 1);94 pcontrol_exit (57); 95 95 } 96 96 HarvestHost (host[0].pid); … … 140 140 if (result != pid) { 141 141 gprint (GP_ERR, "waitpid error: mis-matched PID (%d vs %d). programming error\n", result, pid); 142 pcontrol_exit ( 1);142 pcontrol_exit (58); 143 143 } 144 144 … … 151 151 if (WIFSTOPPED(waitstatus)) { 152 152 gprint (GP_ERR, "waitpid returns 'stopped': programming error\n"); 153 pcontrol_exit ( 1);153 pcontrol_exit (59); 154 154 } 155 155 }
Note:
See TracChangeset
for help on using the changeset viewer.
