Changeset 29422
- Timestamp:
- Oct 14, 2010, 3:15:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/pcontrol.h
r28242 r29422 115 115 char *hostname; 116 116 char *realhost; 117 char **xhosts; 118 int Nxhosts; 117 119 int exit_status; 118 120 int Reset; … … 289 291 Job *PullJobByID (IDtype JobID, int *StackID); 290 292 Job *PullJobFromStackByID (int StackID, int ID); 291 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv );293 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv, int Nxhosts, char **xhosts); 292 294 void DelJob (Job *job); 293 295 Host *UnlinkJobAndHost (Job *job);
Note:
See TracChangeset
for help on using the changeset viewer.
