- Timestamp:
- Apr 1, 2014, 11:01:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/opihi/include/pcontrol.h
r36375 r36626 120 120 int exit_status; 121 121 int Reset; 122 int priority;122 int nicelevel; 123 123 JobMode mode; 124 124 JobStat state; … … 315 315 Job *PullJobByID (IDtype JobID, int *StackID); 316 316 Job *PullJobFromStackByID (int StackID, int ID); 317 IDtype AddJob (char *hostname, JobMode mode, int timeout, int priority, int argc, char **argv, int Nxhosts, char **xhosts);317 IDtype AddJob (char *hostname, JobMode mode, int timeout, int nicelevel, int argc, char **argv, int Nxhosts, char **xhosts); 318 318 void DelJob (Job *job); 319 319 Host *UnlinkJobAndHost (Job *job);
Note:
See TracChangeset
for help on using the changeset viewer.
