- Timestamp:
- Oct 28, 2011, 6:38:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/opihi/include/pcontrol.h
r32568 r32584 119 119 int exit_status; 120 120 int Reset; 121 int priority; 121 122 JobMode mode; 122 123 JobStat state; … … 313 314 Job *PullJobByID (IDtype JobID, int *StackID); 314 315 Job *PullJobFromStackByID (int StackID, int ID); 315 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv, int Nxhosts, char **xhosts);316 IDtype AddJob (char *hostname, JobMode mode, int timeout, int priority, int argc, char **argv, int Nxhosts, char **xhosts); 316 317 void DelJob (Job *job); 317 318 Host *UnlinkJobAndHost (Job *job);
Note:
See TracChangeset
for help on using the changeset viewer.
