IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2005, 10:33:53 AM (21 years ago)
Author:
eugene
Message:

cleanup up communications for speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c

    r4575 r4763  
    1414  switch (status) {
    1515    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);
    1719      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    18       if (VerboseMode()) fprintf (stderr, "host %s is down\n", host[0].hostname);
    1920      FreeIOBuffer (&buffer);
    2021      return (FALSE);
     22      /** do we need to close the connection? **/
    2123
    2224    case PCLIENT_HUNG:
Note: See TracChangeset for help on using the changeset viewer.