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

    r10652 r10659  
    3030
    3131    case PCLIENT_HUNG:
     32      // don't do anything drastic, just keep trying
     33      if (VerboseMode()) gprint (GP_ERR, "client is busy, not responding");
     34      FreeIOBuffer (&buffer);
     35      return (TRUE);
     36
     37# if (0)
    3238      HarvestHost (host[0].pid);
    3339      // unlink host & job
     
    3844      FreeIOBuffer (&buffer);
    3945      return (TRUE);
     46# endif
    4047
    4148    case PCLIENT_GOOD:
Note: See TracChangeset for help on using the changeset viewer.