IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 10:37:19 AM (17 years ago)
Author:
eugene
Message:

report pending / process time with status; cycle over all hosts for each of NEED, WANT, ANY, OLDWANT; wait up to 10 sec for WANT before giving up

File:
1 edited

Legend:

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

    r21153 r21379  
    2525  PCONTROL_JOB_NEEDHOST,
    2626} JobMode;
     27
     28/** job mode check stages **/
     29typedef enum {
     30  PCONTROL_JOB_STAGE_ANYHOST,
     31  PCONTROL_JOB_STAGE_WANTHOST,
     32  PCONTROL_JOB_STAGE_NEEDHOST,
     33  PCONTROL_JOB_STAGE_OLDWANT,
     34} JobCheckStage;
    2735
    2836/** job thread options values **/
     
    180188int   CheckDoneHosts (float delay);
    181189int   CheckDownHosts (float delay);
    182 int   CheckIdleHosts (float delay);
     190int   CheckIdleHosts (float delay, int Stage);
    183191int   CheckLiveHosts (float delay);
    184192int   SetRunSystem (int state);
     
    202210
    203211int StartHost (Host *host);
    204 int CheckIdleHost (Host *host);
     212int CheckIdleHost (Host *host, int Stage);
    205213int CheckDoneJob (Job *job, Host *host);
    206214int GetJobOutput (char *command, Host *host, JobOutput *output);
Note: See TracChangeset for help on using the changeset viewer.