Changeset 29540 for trunk/Ohana/src/opihi/include/pcontrol.h
- Timestamp:
- Oct 25, 2010, 12:50:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pcontrol.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pcontrol.h
r28242 r29540 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.
