IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 5:35:47 PM (21 years ago)
Author:
eugene
Message:

substantial dev work on scheduler/pcontrol/pclient

File:
1 edited

Legend:

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

    r3212 r4450  
    7272  int          exit_status;
    7373  int          Reset;
     74  int          stdout_size;
     75  int          stderr_size;
    7476  JobMode      mode;
    7577  JobStat      state;
     
    128130Host *GetHost (int StackID, int where);
    129131int FindHost (IDtype HostID, int StackID);
     132Host *FindHostPtr (IDtype HostID, int StackID);
     133Host *FindHostStack (IDtype HostID);
     134Host *PullHost (IDtype HostID, int StackID);
    130135int FindNamedHost (char *name, int StackID);
    131136void AddHost (char *hostname);
     
    149154int CheckDoneHost (Host *host);
    150155int CheckDoneJob (Job *job);
    151 int GetJobOutput (Job *job, char *channel);
     156int GetJobOutput (char *command, Host *host, IOBuffer *buffer, int Nbytes);
    152157int ResetJob (Job *job);
    153158int PclientCommand (Host *host, char *command, char *response, IOBuffer *buffer);
     
    159164Job *GetJob (int StackID, int where);
    160165int FindJob (IDtype JobID, int StackID);
     166Job *FindJobPtr (IDtype JobID, int StackID);
     167Job *FindJobStack (IDtype JobID);
     168Job *PullJob (IDtype JobID, int StackID);
    161169IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv);
    162 void KillJob (Job *job);
     170int KillJob (Job *job);
    163171void DelJob (Job *job);
    164172Host *UnlinkJobAndHost (Job *job);
Note: See TracChangeset for help on using the changeset viewer.