IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2005, 7:51:09 AM (21 years ago)
Author:
eugene
Message:

added test of exit/crash job stacks

File:
1 edited

Legend:

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

    r4693 r4706  
    33int CheckSystem () {
    44
     5  /* need to make a timeout: if this process lasts too long,
     6     we should return so the user can get input in.  this cannot
     7     just be a return, because we need to hit each of the elements
     8     eventually
     9  */
     10
    511  CheckTasks ();
    612  CheckJobs ();
     13  CheckController ();
    714  CheckControllerOutput ();
    815  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.