IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

HUNG jobs goto PENDING, not BUSY

File:
1 edited

Legend:

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

    r8424 r10651  
    3232      host[0].job = NULL;
    3333      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    34       PutJobSetState (job, PCONTROL_JOB_BUSY, STACK_BOTTOM, PCONTROL_JOB_HUNG);
     34      PutJobSetState (job, PCONTROL_JOB_PENDING, STACK_BOTTOM, PCONTROL_JOB_HUNG);
    3535      FreeIOBuffer (&buffer);
    3636      return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.