- 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/pcontrol/JobOps.c
r32568 r32584 195 195 } 196 196 197 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv, int Nxhosts, char **xhosts) {197 IDtype AddJob (char *hostname, JobMode mode, int timeout, int priority, int argc, char **argv, int Nxhosts, char **xhosts) { 198 198 199 199 int JobID; … … 220 220 221 221 job[0].mode = mode; 222 job[0].priority = priority; 222 223 223 224 job[0].state = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
