Changeset 29558
- Timestamp:
- Oct 25, 2010, 4:44:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/job.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/job.c
r29540 r29558 3 3 int job (int argc, char **argv) { 4 4 5 char *Host, **targv; 5 char *Host = NULL; 6 char **targv = NULL; 6 7 int i, N, Mode, targc, Timeout; 7 8 IDtype JobID; 8 char **xhosts; 9 int Nxhosts, NXHOSTS; 9 char **xhosts = NULL; 10 int Nxhosts = 0; 11 int NXHOSTS = 0; 10 12 11 13 if (get_argument (argc, argv, "-host") && get_argument (argc, argv, "+host")) {
Note:
See TracChangeset
for help on using the changeset viewer.
