Changeset 4450 for trunk/Ohana/src/opihi/include/pcontrol.h
- Timestamp:
- Jul 4, 2005, 5:35:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pcontrol.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pcontrol.h
r3212 r4450 72 72 int exit_status; 73 73 int Reset; 74 int stdout_size; 75 int stderr_size; 74 76 JobMode mode; 75 77 JobStat state; … … 128 130 Host *GetHost (int StackID, int where); 129 131 int FindHost (IDtype HostID, int StackID); 132 Host *FindHostPtr (IDtype HostID, int StackID); 133 Host *FindHostStack (IDtype HostID); 134 Host *PullHost (IDtype HostID, int StackID); 130 135 int FindNamedHost (char *name, int StackID); 131 136 void AddHost (char *hostname); … … 149 154 int CheckDoneHost (Host *host); 150 155 int CheckDoneJob (Job *job); 151 int GetJobOutput ( Job *job, char *channel);156 int GetJobOutput (char *command, Host *host, IOBuffer *buffer, int Nbytes); 152 157 int ResetJob (Job *job); 153 158 int PclientCommand (Host *host, char *command, char *response, IOBuffer *buffer); … … 159 164 Job *GetJob (int StackID, int where); 160 165 int FindJob (IDtype JobID, int StackID); 166 Job *FindJobPtr (IDtype JobID, int StackID); 167 Job *FindJobStack (IDtype JobID); 168 Job *PullJob (IDtype JobID, int StackID); 161 169 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv); 162 voidKillJob (Job *job);170 int KillJob (Job *job); 163 171 void DelJob (Job *job); 164 172 Host *UnlinkJobAndHost (Job *job);
Note:
See TracChangeset
for help on using the changeset viewer.
