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

    r4450 r4763  
    1818  switch (status) {
    1919    case PCLIENT_DOWN:
     20      HarvestHost (host[0].pid);
    2021      UnlinkJobAndHost (job);
     22      PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
    2123      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    22       PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
    2324      FreeIOBuffer (&buffer);
    2425      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.