Changeset 4763 for trunk/Ohana/src/opihi/pcontrol/KillJob.c
- Timestamp:
- Aug 14, 2005, 10:33:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/KillJob.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/KillJob.c
r4450 r4763 18 18 switch (status) { 19 19 case PCLIENT_DOWN: 20 HarvestHost (host[0].pid); 20 21 UnlinkJobAndHost (job); 22 PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM); 21 23 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); 22 PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);23 24 FreeIOBuffer (&buffer); 24 25 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
