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/ResetJob.c

    r4450 r4763  
    2020  switch (status) {
    2121    case PCLIENT_DOWN:
    22       /*** different behavior for ANYHOST, WANTHOST, NEEDHOST ***/
     22      /*** different behavior for ANYHOST, WANTHOST, NEEDHOST? ***/
    2323      fprintf (stderr, "host %s is down\n", host[0].hostname);
     24      HarvestHost (host[0].pid);
     25      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    2426      FreeIOBuffer (&buffer);
    2527      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.