IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/task_host.c

    r4693 r4705  
    1717    fprintf (stderr, "  -required flags indicates controller must use this host\n");
    1818    fprintf (stderr, "  value of 'local' for host indicates process not using controller\n");
    19     fprintf (stderr, "  value of 'none' for host indicates controller may assign at will\n");
     19    fprintf (stderr, "  value of 'anyhost' for host indicates controller may assign at will\n");
    2020    return (FALSE);
    2121  }
     
    2323  task = GetNewTask ();
    2424  if (task == NULL) {
    25     fprintf (stderr, "ERROR: not defining or running a task\n");
    26     return (FALSE);
     25    task = GetActiveTask ();
     26    if (task == NULL) {
     27      fprintf (stderr, "ERROR: not defining or running a task\n");
     28      return (FALSE);
     29    }
    2730  }
    2831  task[0].host_required = RequiredHost;
     
    3639  return (TRUE);
    3740}
     41
     42/* apparently, local is the default! */
Note: See TracChangeset for help on using the changeset viewer.