Changeset 4763 for trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c
- Timestamp:
- Aug 14, 2005, 10:33:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c
r4575 r4763 14 14 switch (status) { 15 15 case PCLIENT_DOWN: 16 /** do we need to close the connection? **/ 16 if (VerboseMode()) fprintf (stderr, "host %s is down\n", host[0].hostname); 17 /* DONE host does not have an incomplete job */ 18 HarvestHost (host[0].pid); 17 19 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); 18 if (VerboseMode()) fprintf (stderr, "host %s is down\n", host[0].hostname);19 20 FreeIOBuffer (&buffer); 20 21 return (FALSE); 22 /** do we need to close the connection? **/ 21 23 22 24 case PCLIENT_HUNG:
Note:
See TracChangeset
for help on using the changeset viewer.
