IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 10:26:22 AM (20 years ago)
Author:
eugene
Message:

HUNG client should not be killed

File:
1 edited

Legend:

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

    r10652 r10659  
    3636
    3737    case PCLIENT_HUNG:
     38      // don't do anything drastic, just keep trying
     39      if (VerboseMode()) gprint (GP_ERR, "client is busy, not responding");
     40      FreeIOBuffer (&buffer);
     41      return (TRUE);
     42
     43# if (0)     
    3844      HarvestHost (host[0].pid);
    3945      // unlink host & job
     
    4450      FreeIOBuffer (&buffer);
    4551      return (TRUE);
     52# endif
    4653
    4754    case PCLIENT_GOOD:
Note: See TracChangeset for help on using the changeset viewer.