IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

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

    r31856 r32632  
    487487
    488488  NewTask[0].active = TRUE;
     489  NewTask[0].priority = 0;
    489490  return (NewTask);
    490491}
     
    595596  if (!strcasecmp (command, "END"))       hash = TASK_END;
    596597  if (!strcasecmp (command, "HOST"))      hash = TASK_HOST;
     598  if (!strcasecmp (command, "NICE"))      hash = TASK_NICE;
    597599  if (!strcasecmp (command, "NMAX"))      hash = TASK_NMAX;
    598600  if (!strcasecmp (command, "ACTIVE"))    hash = TASK_ACTIVE;
Note: See TracChangeset for help on using the changeset viewer.