IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 12:52:06 PM (18 years ago)
Author:
eugene
Message:

use virtual stacks for host and job queries by user thread

File:
1 edited

Legend:

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

    r17476 r18098  
    346346    if (host == NULL) break;
    347347    if (host[0].markoff) {
     348      // DOWN -> OFF
    348349      host[0].markoff = FALSE;
    349350      OffHost (host);
     
    354355      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    355356    } else {
     357      // DOWN -> IDLE (maybe)
     358      // this is a race condition with "host retry", but the only
     359      // consequence is that both StartHost and reset set the times to 0.0
    356360      StartHost (host);
    357361    }
Note: See TracChangeset for help on using the changeset viewer.