IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2005, 10:30:13 AM (21 years ago)
Author:
eugene
Message:

working on speed issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pcontrol.h

    r4706 r4762  
    124124void DelHost (Host *host);
    125125int CheckSystem ();
    126 int CheckBusyJobs ();
    127 int CheckDoneJobs ();
    128 int CheckDoneHosts ();
    129 int CheckLiveHosts ();
    130 int CheckDownHosts ();
    131 int CheckIdleHosts ();
     126int CheckBusyJobs (float delay);
     127int CheckDoneJobs (float delay);
     128int CheckDoneHosts (float delay);
     129int CheckLiveHosts (float delay);
     130int CheckDownHosts (float delay);
     131int CheckIdleHosts (float delay);
    132132int CheckIdleHost (Host *host);
    133133void InitIDs ();
Note: See TracChangeset for help on using the changeset viewer.